aboutsummaryrefslogtreecommitdiffstats
path: root/community/abook/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/abook/APKBUILD')
-rw-r--r--community/abook/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/abook/APKBUILD b/community/abook/APKBUILD
index 18c9197566..d357cc1f8f 100644
--- a/community/abook/APKBUILD
+++ b/community/abook/APKBUILD
@@ -3,7 +3,7 @@
pkgname=abook
pkgver=0.6.1
_ver=${pkgver/_pre/pre}
-pkgrel=4
+pkgrel=5
pkgdesc="Text-based addressbook designed for use with Mutt"
url="http://abook.sourceforge.net"
license="GPL-2.0"
@@ -19,7 +19,7 @@ prepare() {
cd "$builddir"
aclocal && automake --add-missing && autoconf -v
- sed 's/0.18/0.19/g' -i po/Makefile.in.in
+ sed 's/0.18/0.20/g' -i po/Makefile.in.in
}
build() {