summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/libidn/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/libidn/APKBUILD b/main/libidn/APKBUILD
index afcb59c78..cc4d7af2d 100644
--- a/main/libidn/APKBUILD
+++ b/main/libidn/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libidn
-pkgver=1.15
+pkgver=1.16
pkgrel=0
pkgdesc="An encode and decode library for internationalized domain names"
url="http://www.gnu.org/software/libidn/"
@@ -22,8 +22,12 @@ build() {
--infodir=/usr/share/info \
--disable-nls
make || return 1
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums="482a25b7b223e52f967fafd284a1a992 libidn-1.15.tar.gz"
+md5sums="a6af62602fa71bc1b90ce246dd208bd6 libidn-1.16.tar.gz"