diff options
Diffstat (limited to 'pcr/par')
-rw-r--r-- | pcr/par/PKGBUILD | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pcr/par/PKGBUILD b/pcr/par/PKGBUILD index 761ac9193..2a6c0fac3 100644 --- a/pcr/par/PKGBUILD +++ b/pcr/par/PKGBUILD @@ -3,17 +3,25 @@ pkgname=par pkgver=1.52 -pkgrel=2 +pkgrel=3 pkgdesc="Paragraph reformatter" url="http://www.nicemice.net/par/" depends=('glibc') arch=(i686 x86_64) license=('Custom') source=(http://www.nicemice.net/par/Par152-autoconf.tar.gz + http://www.nicemice.net/par/par_1.52-i18n.3.diff.gz http://www.nicemice.net/par/Par152.tar.gz ) md5sums=('83e4d23a943ab07c44dd995b73195c70' + 'e79b448cb14323a39d817afce4847cdf' '4ccacd824171ba2c2f14fb8aba78b9bf') +prepare() { + cd $srcdir/Par152 + + patch -p1 -i $srcdir/par_1.52-i18n.3.diff +} + build() { cd $srcdir/Par152 |