diff options
Diffstat (limited to 'testing/libuninameslist')
-rw-r--r-- | testing/libuninameslist/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libuninameslist/APKBUILD b/testing/libuninameslist/APKBUILD index ad789de58b..a05acf3555 100644 --- a/testing/libuninameslist/APKBUILD +++ b/testing/libuninameslist/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Ed Robinson <ed@reevoo.com> # Maintainer: Ed Robinson <ed@reevoo.com> pkgname=libuninameslist -pkgver=20190305 +pkgver=20190701 pkgrel=0 pkgdesc="A Library of Unicode names and annotation data" url="https://github.com/fontforge/libuninameslist" arch="all" license="BSD-3-Clause" -source="https://github.com/fontforge/$pkgname/releases/download/$pkgver/$pkgname-dist-$pkgver.tar.gz" +source="https://github.com/fontforge/libuninameslist/releases/download/$pkgver/libuninameslist-dist-$pkgver.tar.gz" makedepends="autoconf automake libtool" subpackages="$pkgname-static $pkgname-dev $pkgname-doc" @@ -35,4 +35,4 @@ static() { mkdir -p "$subpkgdir"/usr/lib mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib } -sha512sums="4dc30a4f0919722c7538ed2eda39c3e63d072ee17c809ca25e0b6546d29110607c27c6e969839439c1432b4b40fca3e888c428ed26d1e0328a5f481a2db3cc73 libuninameslist-dist-20190305.tar.gz" +sha512sums="05cd3cbba195e270e1cb23886d0fa666d47fbe5eb23b89388025683ae7e2380de43ac4137056ec8f386e53fc869218e7417566f29ccfd86f26168bcfe472ee52 libuninameslist-dist-20190701.tar.gz" |