community/libyang: downgrade to 2.1.148 & take over maintainership

This commit is contained in:
Celeste 2024-04-07 02:35:33 +00:00 committed by omni
parent cf8e7ca942
commit b695a44bcd

View File

@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: fossdd <fossdd@pwned.life>
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname=libyang
pkgver=2.2.8
pkgrel=0
pkgver=2.1.148
pkgrel=1
pkgdesc="YANG data modelling language parser and toolkit"
url="https://github.com/CESNET/libyang"
arch="all"
@ -40,7 +40,7 @@ check() {
case "$CARCH" in
s390x)
# fails
local skip="$skip|utest_structure|utest_leafref"
local skip="$skip|utest_structure"
;;
esac
@ -52,5 +52,5 @@ package() {
}
sha512sums="
6272377d7380451135b0b3159cd7c8f3eae82143d0a6d05ff27da56068d7dbf4af30ae4655c309a1c4a37bd6f28daa0a29bb909d6f109298e6743b91e86af0bd libyang-2.2.8.tar.gz
548628e6879f37cd27b0b39197a389c140b4372d11309f588ab93a4d74889b59f891f5b6bc447b491e24544559a42e93a1dbfa49827506aed30b226cf61ca400 libyang-2.1.148.tar.gz
"