From 5f81bc5eceb3d4fc93b02296901cf277ef7dd091 Mon Sep 17 00:00:00 2001
From: Maarten van Gompel <proycon@anaproy.nl>
Date: Thu, 29 Jun 2023 14:08:30 +0200
Subject: [PATCH] testing/colibri-core: upgrade to 2.5.9

---
 testing/colibri-core/APKBUILD | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/testing/colibri-core/APKBUILD b/testing/colibri-core/APKBUILD
index b9ac15c4e30f..ae1259b49fba 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
+"
-- 
GitLab