aboutsummaryrefslogtreecommitdiffstats
path: root/community/liblangtag/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/liblangtag/APKBUILD')
-rw-r--r--community/liblangtag/APKBUILD13
1 files changed, 10 insertions, 3 deletions
diff --git a/community/liblangtag/APKBUILD b/community/liblangtag/APKBUILD
index 19879f6b0fe..a6c1b26009d 100644
--- a/community/liblangtag/APKBUILD
+++ b/community/liblangtag/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=liblangtag
-pkgver=0.6.3
-pkgrel=1
+pkgver=0.6.7
+pkgrel=0
pkgdesc="Interface library to access/deal with tags for identifying languages"
url="https://bitbucket.org/tagoh/liblangtag"
arch="all"
@@ -12,6 +12,11 @@ makedepends="$depends_dev gobject-introspection libtool libxml2-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-$pkgver.tar.bz2"
+prepare() {
+ default_prepare
+ update_config_guess
+}
+
build() {
./configure --prefix=/usr
make
@@ -25,4 +30,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="3dcfc20704dfaff05aeecdeef74fa81639fb70f930ebc0895fe4707ecd1d5b6221fe889449772811924d0c38329977c9d5fc751c3accbc272834b29c461f1fcf liblangtag-0.6.3.tar.bz2"
+sha512sums="
+3628728f46865507d8794c1e7286c6ca04fc49f905594ab76db7bd2c8d8f9fac1e33693314d56bca6fdd8f99b8d207e6e6d2f751474832ceb60a4cdbf10fed68 liblangtag-0.6.7.tar.bz2
+"