summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexey D2021-02-25 09:40:10 +0300
committerAlexey D2021-02-25 09:41:09 +0300
commit7e86e74283f212789c21d48bf9ca65e22ba109a2 (patch)
tree38d3b1f644afe0e4add44fb6abe844f6ee8ad606 /PKGBUILD
parentab1d8beeae36617abf857edb2c7d7055089f51a5 (diff)
downloadaur-dbus-nosystemd.tar.gz
version 1.12.20-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 086b584d0e23..4772081a5653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Link Dupont <link@subpop.net>
#
pkgname=dbus-nosystemd
-pkgver=1.12.18
+pkgver=1.12.20
pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="https://wiki.freedesktop.org/www/Software/dbus/"
@@ -22,8 +22,7 @@ provides=('dbus-core' "dbus=${pkgver}" "libdbus=${pkgver}" 'libdbus-1.so')
conflicts=('dbus-core' 'dbus' 'libdbus' 'dbus-eudev' 'dbus-x11')
replaces=('dbus-core' 'dbus' 'libdbus' 'dbus-eudev' 'dbus-x11')
install=dbus-nosystemd.install
-_commit=a0926ef86f413f18202ffa19cb1433b6ba00ac36 # tags/dbus-1.12.18^0
-source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#commit=$_commit"
+source=("git+https://gitlab.freedesktop.org/dbus/dbus.git#tag=dbus-$pkgver"
30-dbus.sh dbus.rc)
md5sums=('SKIP'
'6683a05bd749929ef9442816c22c3268'
@@ -49,6 +48,7 @@ build() {
--with-system-pid-file=/run/dbus/pid \
--with-console-auth-dir=/run/console/ \
--enable-inotify \
+ --enable-libaudit \
--disable-verbose-mode \
--disable-static \
--disable-tests \