summaryrefslogtreecommitdiff
path: root/pcr/yencode
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-19 21:59:28 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-19 21:59:28 +0100
commit2a8e84d6162a9f7bc5f376bd54bda987238d2fe5 (patch)
tree041a0985eb033e6f159dc6d78afa3ea054dd0583 /pcr/yencode
parent162055f75c4d7c66f1f5c2c2e78fa6f6b2e59460 (diff)
pcr/yencode: rebuilt
Diffstat (limited to 'pcr/yencode')
-rw-r--r--pcr/yencode/PKGBUILD4
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
+}