Fabian Bornschein pushed to branch gnome-unstable at Arch Linux / Packaging /
Packages / tinysparql
Commits:
5eb74674 by Fabian Bornschein at 2024-09-02T15:01:18+02:00
upgpkg: 3.8rc-1: gnome-unstable
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
pkgbase = tinysparql
pkgdesc = Low-footprint RDF triple store library with SPARQL 1.1
interface
- pkgver = 3.8beta
+ pkgver = 3.8rc
pkgrel = 1
url = https://tracker.gnome.org/
arch = x86_64
license = LGPL-2.1-or-later
+ checkdepends = man-db
makedepends = asciidoc
makedepends = bash-completion
makedepends = dbus
@@ -30,8 +31,8 @@ pkgbase = tinysparql
depends = libxml2
depends = python
depends = sqlite
- source = git+https://gitlab.gnome.org/GNOME/tinysparql.git#tag=3.8.beta
- b2sums =
d502e04cb17d528b00c99ffcdfdd88c1da1295c5ad8611d408f4dce0c43290b6ed144d4ea06e1e3e9f3e87c9fda6632f2afad2b39d7cedb08d6836dab6e35189
+ source = git+https://gitlab.gnome.org/GNOME/tinysparql.git#tag=3.8.rc
+ b2sums =
f3f461160b37f3d2ec2706b3e3c24fbdf4954109e9f08e56a6963000336b0f14f83d25075fa72c73357fd77e15d5c9706538af762b49b46951ba41159a1b27fc
pkgname = tinysparql
provides = libtinysparql-3.0.so
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=(
tinysparql
tinysparql-docs
)
-pkgver=3.8beta
+pkgver=3.8rc
pkgrel=1
pkgdesc="Low-footprint RDF triple store library with SPARQL 1.1 interface"
url="https://tracker.gnome.org/"
@@ -43,10 +43,11 @@ makedepends=(
systemd
vala
)
+checkdepends=(man-db)
source=(
"git+https://gitlab.gnome.org/GNOME/tinysparql.git#tag=${pkgver/[a-z]/.&}"
)
-b2sums=('d502e04cb17d528b00c99ffcdfdd88c1da1295c5ad8611d408f4dce0c43290b6ed144d4ea06e1e3e9f3e87c9fda6632f2afad2b39d7cedb08d6836dab6e35189')
+b2sums=('f3f461160b37f3d2ec2706b3e3c24fbdf4954109e9f08e56a6963000336b0f14f83d25075fa72c73357fd77e15d5c9706538af762b49b46951ba41159a1b27fc')
build() {
local meson_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinysparql/-/commit/5eb74674d65b87a5ee02ace4fa23109281dc71ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tinysparql/-/commit/5eb74674d65b87a5ee02ace4fa23109281dc71ba
You're receiving this email because of your account on gitlab.archlinux.org.