diff --git a/xdg-dbus-proxy/.SRCINFO b/xdg-dbus-proxy/.SRCINFO index a204e24660..9eefa65e48 100644 --- a/xdg-dbus-proxy/.SRCINFO +++ b/xdg-dbus-proxy/.SRCINFO @@ -1,16 +1,18 @@ pkgbase = xdg-dbus-proxy pkgdesc = Filtering proxy for D-Bus connections - pkgver = 0.1.5 - pkgrel = 2 + pkgver = 0.1.6 + pkgrel = 1 url = https://github.com/flatpak/xdg-dbus-proxy arch = x86_64 - license = LGPL + license = LGPL-2.1-or-later makedepends = docbook-xsl makedepends = git makedepends = meson depends = dbus + depends = gcc-libs depends = glib2 - source = git+https://github.com/flatpak/xdg-dbus-proxy#commit=7466c8137fc06f863fde8486521984e43a26cd10 - b2sums = SKIP + depends = glibc + source = git+https://github.com/flatpak/xdg-dbus-proxy#tag=0.1.6 + b2sums = fca110423a5657ddc4c197024935ea6794ea2d028678feb5ac0aefc5241b634149e32b230e5eeaee62a8a3d235fd1dfecf803a0bcdfaab7072372ee9141fc945 pkgname = xdg-dbus-proxy diff --git a/xdg-dbus-proxy/PKGBUILD b/xdg-dbus-proxy/PKGBUILD index 1880462b90..bbc89f0b19 100644 --- a/xdg-dbus-proxy/PKGBUILD +++ b/xdg-dbus-proxy/PKGBUILD @@ -3,29 +3,25 @@ # Contributor: Bartłomiej Piotrowski pkgname=xdg-dbus-proxy -pkgver=0.1.5 -pkgrel=2 +pkgver=0.1.6 +pkgrel=1 pkgdesc="Filtering proxy for D-Bus connections" url="https://github.com/flatpak/xdg-dbus-proxy" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) -license=(LGPL) +license=(LGPL-2.1-or-later) depends=( dbus + gcc-libs glib2 + glibc ) makedepends=( docbook-xsl git meson ) -_commit=7466c8137fc06f863fde8486521984e43a26cd10 # tags/0.1.5^0 -source=("git+$url#commit=$_commit") -b2sums=('SKIP') - -pkgver() { - cd $pkgname - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} +source=("git+$url#tag=$pkgver") +b2sums=('fca110423a5657ddc4c197024935ea6794ea2d028678feb5ac0aefc5241b634149e32b230e5eeaee62a8a3d235fd1dfecf803a0bcdfaab7072372ee9141fc945') prepare() { cd $pkgname