diff --git a/testing/colibri-core/APKBUILD b/testing/colibri-core/APKBUILD index b9ac15c4e30fec55fbae599b044f412e5c720d8a..ae1259b49fbafee5501bc5245cdbc4616e0b7fc5 100644 --- a/testing/colibri-core/APKBUILD +++ b/testing/colibri-core/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Maarten van Gompel <proycon@anaproy.nl> # Maintainer: Maarten van Gompel <proycon@anaproy.nl> pkgname=colibri-core -pkgver=2.5.5 +pkgver=2.5.9 pkgrel=0 pkgdesc="NLP tool and C++ library to quickly and efficiently count and extract patterns from large corpus data" -arch="all !x86 !armv7 !armhf" #only 64-bit architectures are supported +arch="all !s390x !x86 !armv7 !armhf" #only 64-bit architectures are supported options="!check" url="https://proycon.github.io/colibri-core" license="GPL-3.0-only" makedepends="libtool bzip2-dev autoconf automake autoconf-archive" -subpackages="$pkgname-dev $pkgname-libs" -source="$pkgname-$pkgver.tar.gz::https://github.com/proycon/$pkgname/archive/refs/tags/v$pkgver.tar.gz" +subpackages="$pkgname-dev" +source="$pkgname-$pkgver.tar.gz::https://github.com/proycon/colibri-core/archive/refs/tags/v$pkgver.tar.gz" build() { sh ./bootstrap @@ -27,4 +27,6 @@ package() { make DESTDIR=$pkgdir install } -sha512sums="c19e23e9a9d94afd7180256cfc588d709e18ddb30782bcedbf56d5f558a2e4d16be8599578ab31cc0331bef0838b819b2135104fb90963f8654eb7304860fa07 colibri-core-2.5.5.tar.gz" +sha512sums=" +43cb078c5db760372f9229ee2d212cf5d1c3df10a5e8803f29041ceb962280f3f0991bf91a89fc24d085d3370bd62758b7028cb6607e4df7a066a224b0242e03 colibri-core-2.5.9.tar.gz +"