summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2022-04-24 21:15:39 +0200
committerAlphaJack2022-04-24 21:20:41 +0200
commite3ae24d303b0a5934e682eb06edae9a4f842d148 (patch)
tree239b280fbb88a289102189ed35fb65507d7160ac
parentde51f1ab229e03deb019d9eaaa35e62d1c080392 (diff)
downloadaur-e3ae24d303b0a5934e682eb06edae9a4f842d148.tar.gz
Updated dbus-x11 to 1.14.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09f5f81ce9c..fd2e4998a3c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbus-x11
pkgdesc = Freedesktop.org message bus system (with x11 autolaunch)
- pkgver = 1.12.20
+ pkgver = 1.14.0
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = dbus-x11
depends = systemd-libs
depends = expat
depends = audit
- source = git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=ab88811768f750777d1a8b9d9ab12f13390bfd3a
+ source = git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=6fd1509ba3677ac434176882fbf1ca5d7603651e
source = dbus-reload.hook
validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90
validpgpkeys = 3C8672A0F49637FE064AC30F52A43A1E4B77B059
@@ -43,4 +43,3 @@ pkgname = dbus-x11-docs
depends =
provides = dbus-docs
conflicts = dbus-docs
-
diff --git a/PKGBUILD b/PKGBUILD
index cbc292663a74..c81c66cf7238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=dbus-x11
pkgname=(dbus-x11 dbus-x11-docs)
-pkgver=1.12.20
+pkgver=1.14.0
pkgrel=1
pkgdesc="Freedesktop.org message bus system (with x11 autolaunch)"
url="https://wiki.freedesktop.org/www/Software/dbus/"
@@ -13,13 +13,12 @@ arch=(x86_64)
license=(GPL custom)
depends=(systemd-libs expat audit)
makedepends=(systemd xmlto docbook-xsl python yelp-tools doxygen git autoconf-archive libx11)
-_commit=ab88811768f750777d1a8b9d9ab12f13390bfd3a # tags/dbus-1.12.20^0
+_commit=6fd1509ba3677ac434176882fbf1ca5d7603651e # found at https://gitlab.freedesktop.org/dbus/dbus/-/tags
source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit"
dbus-reload.hook)
sha256sums=('SKIP' 'SKIP')
validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90' # Simon McVittie <simon.mcvittie@collabora.co.uk>
'3C8672A0F49637FE064AC30F52A43A1E4B77B059') # Simon McVittie <simon.mcvittie@collabora.co.uk>
-
pkgver() {
cd dbus
git describe --tags | sed 's/^dbus-//;s/-/+/g'