Skip to content
Snippets Groups Projects
Unverified Commit 722de84a authored by Mike Sullivan's avatar Mike Sullivan Committed by prspkt
Browse files

community/abook: modify to support current gettext 0.20 version

parent 77bad5ea
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment