David Runge pushed to branch main at Arch Linux / Packaging / Packages / rasqal
Commits: 9c6319de by David Runge at 2026-06-06T21:24:46+02:00 Remove unused direct dependencies Signed-off-by: David Runge <[email protected]> - - - - - 00940572 by David Runge at 2026-06-06T21:27:32+02:00 upgpkg: 1:0.9.33-9 Rebuild to consolidate direct dependencies - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = rasqal pkgdesc = A library handling RDF query syntaxes, construction and execution pkgver = 0.9.33 - pkgrel = 8 + pkgrel = 9 epoch = 1 url = https://librdf.org/rasqal arch = x86_64 @@ -10,7 +10,6 @@ pkgbase = rasqal makedepends = raptor makedepends = util-linux depends = glibc - depends = libgcrypt depends = mpfr depends = pcre2 depends = sh @@ -28,11 +27,8 @@ pkgbase = rasqal 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,7 +5,7 @@ pkgname=rasqal pkgver=0.9.33 -pkgrel=8 +pkgrel=9 epoch=1 pkgdesc="A library handling RDF query syntaxes, construction and execution" license=('Apache-2.0 OR GPL-2.0-or-later OR LGPL-2.1-or-later') @@ -13,7 +13,6 @@ url="https://librdf.org/rasqal" arch=(x86_64) depends=( glibc - libgcrypt mpfr pcre2 sh @@ -63,7 +62,6 @@ check() { package() { depends+=( raptor libraptor2.so - util-linux-libs libuuid.so ) make DESTDIR="$pkgdir" install -C $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rasqal/-/compare/a671a3f81829511eb8da444f769ce873518988d0...009405720327ffec71ba2082a879bd1f2220447e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/rasqal/-/compare/a671a3f81829511eb8da444f769ce873518988d0...009405720327ffec71ba2082a879bd1f2220447e You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
