Skip to content
Snippets Groups Projects
Commit 5f81bc5e authored by Maarten van Gompel's avatar Maarten van Gompel Committed by alice
Browse files

testing/colibri-core: upgrade to 2.5.9

parent e6511bf6
No related branches found
No related tags found
1 merge request!48464colibri-core: upgrade to v2.5.9 and moved from testing
# 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
"
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