diff options
-rw-r--r-- | testing/abook/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/abook/APKBUILD b/testing/abook/APKBUILD index 591eb676a9..0ac1891d45 100644 --- a/testing/abook/APKBUILD +++ b/testing/abook/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=abook pkgver=0.6.0_pre2 -_ver=0.6.0pre2 -pkgrel=1 +_ver=${pkgver/_pre/pre} +pkgrel=2 pkgdesc="Text-based addressbook designed for use with Mutt" url="http://abook.sourceforge.net" license="GPL2" @@ -27,6 +27,7 @@ build() { package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 + rm -f "$pkgdir"/usr/lib/charset.alias } md5sums="1e4a7210b3507db7b3d47ee7a2457934 abook-0.6.0pre2.tar.gz |