Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / xdg-dbus-proxy
Commits: e9788bdc by Jan Alexander Steffens (heftig) at 2024-08-22T23:52:35+02:00 0.1.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .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 ===================================== PKGBUILD ===================================== @@ -2,29 +2,25 @@ # Contributor: Bartłomiej Piotrowski <bpiotrow...@archlinux.org> 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) -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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-dbus-proxy/-/commit/e9788bdc702d1ce3004f043602d86e7fe3584595 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-dbus-proxy/-/commit/e9788bdc702d1ce3004f043602d86e7fe3584595 You're receiving this email because of your account on gitlab.archlinux.org.