Skip to content

Commit a754e22

Browse files
committed
serd: update to 0.32.8
- lilv: revbump 3-> 4 - sord: revbump 1 -> 2 - sratom: revbump 2 -> 3
1 parent bc92431 commit a754e22

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

srcpkgs/lilv/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'lilv'
22
pkgname=lilv
33
version=0.24.26
4-
revision=3
4+
revision=4
55
build_style=meson
66
hostmakedepends="pkg-config"
77
makedepends="python3-devel serd-devel sord-devel sratom-devel libsndfile-devel

srcpkgs/serd/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Template file for 'serd'
22
pkgname=serd
3-
version=0.32.2
3+
version=0.32.8
44
revision=1
55
build_style=meson
66
short_desc="Lightweight C library for RDF syntax"
77
maintainer="Orphaned <[email protected]>"
88
license="ISC"
99
homepage="http://drobilla.net/software/serd.html"
10-
changelog="https://gitlab.com/drobilla/serd/-/raw/master/NEWS"
11-
distfiles="https://download.drobilla.net/serd-${version}.tar.xz"
12-
checksum=df7dc2c96f2ba1decfd756e458e061ded7d8158d255554e7693483ac0963c56b
10+
changelog="https://gitlab.com/drobilla/serd/-/raw/main/NEWS"
11+
distfiles="https://gitlab.com/drobilla/serd/-/archive/v${version}/${pkgname}-v${version}.tar.gz"
12+
checksum=c0133d878b4b1abf5cb4b2ec4501ebf688edcfefb12a602e3cc26d9e6577a01c
1313

1414
if [ "${XBPS_CHECK_PKGS}" ]; then
1515
configure_args="-Dtests=enabled"

srcpkgs/sord/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'sord'
22
pkgname=sord
33
version=0.16.16
4-
revision=1
4+
revision=2
55
build_style=meson
66
hostmakedepends="pkg-config"
77
makedepends="serd-devel pcre-devel zix-devel"

srcpkgs/sratom/template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'sratom'
22
pkgname=sratom
33
version=0.6.18
4-
revision=2
4+
revision=3
55
build_style=meson
66
hostmakedepends="pkg-config"
77
makedepends="serd-devel sord-devel lv2"

0 commit comments

Comments
 (0)