aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2019-09-04 13:54:50 +0000
committerprspkt <prspkt@protonmail.com>2019-09-04 18:59:02 +0300
commit722de84a82a90c5cf04287b1c3e9fc78bed5edfb (patch)
treec24f9ce9a7181ad32b303095e6614d6ec1a81d00
parent77bad5ead56d454fb65d9c4b7b4241477ea874fc (diff)
downloadaports-722de84a82a90c5cf04287b1c3e9fc78bed5edfb.tar.bz2
aports-722de84a82a90c5cf04287b1c3e9fc78bed5edfb.tar.xz
community/abook: modify to support current gettext 0.20 version
-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() {