diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-28 15:50:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-28 15:50:47 +0000 |
commit | 03ff3e56640277d5798314dbf79acc5bd7eff1e1 (patch) | |
tree | c7d036af64b918afffa355fc42a05a04ef2f421b /testing/abook/APKBUILD | |
parent | 74ff2b35c9d2afbd9fab439d0055f5b66b386ad9 (diff) | |
download | aports-03ff3e56640277d5798314dbf79acc5bd7eff1e1.tar.bz2 aports-03ff3e56640277d5798314dbf79acc5bd7eff1e1.tar.xz |
testing/abook: remove charset.alias
Diffstat (limited to 'testing/abook/APKBUILD')
-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 |