summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2022-09-29 15:22:27 +0200
committerAlphaJack2022-09-29 15:22:27 +0200
commit622519ac7811e8b2261eb6039242fcc56143f16e (patch)
tree8d0cb3b5c5034fd52076360f79e8daeefbf4e338
parentab67b35046ec4900298490de186947d5fdba44f1 (diff)
downloadaur-622519ac7811e8b2261eb6039242fcc56143f16e.tar.gz
Updated commit id
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17062b757116..84d2a3aa3c6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dbus-x11
pkgdesc = Freedesktop.org message bus system (with x11 autolaunch)
pkgver = 1.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
license = GPL
@@ -18,7 +18,7 @@ pkgbase = dbus-x11
depends = systemd-libs
depends = expat
depends = audit
- source = git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=6fd1509ba3677ac434176882fbf1ca5d7603651e
+ source = git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=2770215f6cc31cf4723c71cfc67d2a505225d659
source = dbus-reload.hook
validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90
validpgpkeys = 3C8672A0F49637FE064AC30F52A43A1E4B77B059
diff --git a/PKGBUILD b/PKGBUILD
index a638447d060a..24e2f664c03c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@
pkgbase=dbus-x11
pkgname=(dbus-x11 dbus-x11-docs)
pkgver=1.15.0
-pkgrel=1
+_commit="2770215f6cc31cf4723c71cfc67d2a505225d659" # must be changed at every version update, found at https://gitlab.freedesktop.org/dbus/dbus/-/tags
+pkgrel=2
pkgdesc="Freedesktop.org message bus system (with x11 autolaunch)"
url="https://wiki.freedesktop.org/www/Software/dbus/"
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=6fd1509ba3677ac434176882fbf1ca5d7603651e # found at https://gitlab.freedesktop.org/dbus/dbus/-/tags
source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit"
- dbus-reload.hook)
+ "dbus-reload.hook")
sha256sums=('SKIP'
'd636205622d0ee3b0734360225739ef0c7ad2468a09489e6ef773d88252960f3')
validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90' # Simon McVittie <simon.mcvittie@collabora.co.uk>