diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/yencode/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/yencode/PKGBUILD b/pcr/yencode/PKGBUILD index 50226a8e3..9698d548a 100644 --- a/pcr/yencode/PKGBUILD +++ b/pcr/yencode/PKGBUILD @@ -2,7 +2,7 @@ pkgname=yencode pkgver=0.46 -pkgrel=1 +pkgrel=2 pkgdesc="Powerful encoder/decoder for the Usenet yEnc file format. Features include easy configuration, internationalization, memory efficiency, and an intelligent decoder capable of finding and decoding input files, including out-of-order files." arch=('i686' 'x86_64') url="http://sourceforge.net/projects/yencode/" @@ -22,4 +22,4 @@ package() { ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --sbindir=/usr/bin make DESTDIR="$pkgdir/" install install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING" -}
\ No newline at end of file +} |