David Runge pushed to branch main at Arch Linux / Packaging / Packages / rasqal
Commits: 24ff5065 by David Runge at 2024-02-28T10:17:19+01:00 Add correct SPDX license identifiers for upstream project Signed-off-by: David Runge <[email protected]> - - - - - b142c02c by David Runge at 2024-02-28T10:30:29+01:00 upgpkg: 1:0.9.33-7 Rebuild to use pcre2 instead of pcre and add correct SPDX license identifiers. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,38 @@ +pkgbase = rasqal + pkgdesc = A library handling RDF query syntaxes, construction and execution + pkgver = 0.9.33 + pkgrel = 7 + epoch = 1 + url = https://librdf.org/rasqal + arch = x86_64 + license = Apache-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later + makedepends = gtk-doc + makedepends = raptor + makedepends = util-linux + depends = glibc + depends = libgcrypt + depends = mpfr + depends = pcre2 + depends = sh + provides = librasqal.so + source = https://download.librdf.org/source/rasqal-0.9.33.tar.gz + source = https://download.librdf.org/source/rasqal-0.9.33.tar.gz.asc + source = 0001-Add-support-for-PCRE-V2-and-prefer-it.patch + validpgpkeys = F879F0DEDA780198DD08DC6443EC92504F71955A + sha512sums = 05728682797470db9e51d156012e8fde9dec1554d107372faa11cbe6cdc3356e92386f4f8de6d7c41e3100b76f9b1c6809102a913829cddbd2ff29043c04d522 + sha512sums = SKIP + sha512sums = 2d2a56251963cadea18822ba42da03cbbe58d19952420563de862d95393ba5987f811cbb409bc26981c3b5c33714a303d5947273fc3f0b569ed010785cf7d3f5 + b2sums = 87bca86b2f0dceb0801f5a34dae9ae1f87d8a7d0dc1e03fdf04998a0d4885ed76be2719d3e01489a5510a26715bb093a75ce194cc42f3cedff88f64161d6a2fb + b2sums = SKIP + b2sums = e25677586a5c5988567887811413ad3e4255a26228545fa642313b37bead61be265bd7b0705c75b0644002f78a5f837185a711ea3f332ec5a44f3bfd4929d883 + +pkgname = rasqal + depends = glibc + depends = libgcrypt + depends = mpfr + depends = pcre2 + depends = sh + depends = raptor + depends = libraptor2.so + depends = util-linux-libs + depends = libuuid.so ===================================== PKGBUILD ===================================== @@ -5,10 +5,10 @@ pkgname=rasqal pkgver=0.9.33 -pkgrel=6 +pkgrel=7 epoch=1 pkgdesc="A library handling RDF query syntaxes, construction and execution" -license=(LGPL2.1) +license=('Apache-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later') url="https://librdf.org/rasqal" arch=(x86_64) depends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rasqal/-/compare/6974437dbc99ece0c713f3c6d20bc681067bdb00...b142c02c43608c2158af6e6208492d57886c9619 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rasqal/-/compare/6974437dbc99ece0c713f3c6d20bc681067bdb00...b142c02c43608c2158af6e6208492d57886c9619 You're receiving this email because of your account on gitlab.archlinux.org.
