* update xdg-dbus-proxy to 0.1.6-1
This commit is contained in:
parent
ad197e798d
commit
9b20f8285d
@ -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
|
||||
|
@ -3,29 +3,25 @@
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@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 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user