* update xdg-dbus-proxy to 0.1.6-1

This commit is contained in:
Alexander Baldeck 2024-09-29 03:15:14 +02:00
parent ad197e798d
commit 9b20f8285d
2 changed files with 14 additions and 16 deletions

View File

@ -1,16 +1,18 @@
pkgbase = xdg-dbus-proxy pkgbase = xdg-dbus-proxy
pkgdesc = Filtering proxy for D-Bus connections pkgdesc = Filtering proxy for D-Bus connections
pkgver = 0.1.5 pkgver = 0.1.6
pkgrel = 2 pkgrel = 1
url = https://github.com/flatpak/xdg-dbus-proxy url = https://github.com/flatpak/xdg-dbus-proxy
arch = x86_64 arch = x86_64
license = LGPL license = LGPL-2.1-or-later
makedepends = docbook-xsl makedepends = docbook-xsl
makedepends = git makedepends = git
makedepends = meson makedepends = meson
depends = dbus depends = dbus
depends = gcc-libs
depends = glib2 depends = glib2
source = git+https://github.com/flatpak/xdg-dbus-proxy#commit=7466c8137fc06f863fde8486521984e43a26cd10 depends = glibc
b2sums = SKIP source = git+https://github.com/flatpak/xdg-dbus-proxy#tag=0.1.6
b2sums = fca110423a5657ddc4c197024935ea6794ea2d028678feb5ac0aefc5241b634149e32b230e5eeaee62a8a3d235fd1dfecf803a0bcdfaab7072372ee9141fc945
pkgname = xdg-dbus-proxy pkgname = xdg-dbus-proxy

View File

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