summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-11-02 23:28:30 +0100
committerNicolas Iooss2022-11-02 23:28:30 +0100
commitaa019c254f6aa5afe418abdad2611fc8cd1bc18a (patch)
tree27e15f8996aa34864471785c04a0d4aec096a685
parent1e5b519d7eb4a4415b09b0a917151a7116aa7547 (diff)
downloadaur-aa019c254f6aa5afe418abdad2611fc8cd1bc18a.tar.gz
dbus-selinux 1.14.4-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c3c7977c00..dca7d58f24e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbus-selinux
pkgdesc = Freedesktop.org message bus system with SELinux support
- pkgver = 1.14.0
+ pkgver = 1.14.4
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = dbus-selinux
depends = systemd-libs-selinux>=242.84-2
depends = expat
depends = audit
- source = git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-1.14.0
+ source = git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-1.14.4
source = dbus-reload.hook
source = no-fatal-warnings.diff
validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90
@@ -38,8 +38,8 @@ pkgname = dbus-selinux
provides = libdbus
provides = libdbus-1.so
provides = libdbus-selinux
- provides = dbus=1.14.0-1
- provides = selinux-dbus=1.14.0-1
+ provides = dbus=1.14.4-1
+ provides = selinux-dbus=1.14.4-1
conflicts = libdbus
conflicts = libdbus-selinux
conflicts = dbus
diff --git a/PKGBUILD b/PKGBUILD
index b5e74ca53a4d..8f95604c3d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,13 +12,13 @@
# git -C dbus remote set-url origin https://gitlab.freedesktop.org/dbus/dbus.git
pkgbase=dbus-selinux
pkgname=(dbus-selinux dbus-docs-selinux)
-pkgver=1.14.0
+pkgver=1.14.4
pkgrel=1
pkgdesc="Freedesktop.org message bus system with SELinux support"
url="https://wiki.freedesktop.org/www/Software/dbus/"
arch=(x86_64 aarch64)
license=(GPL custom)
-groups=('selinux')
+groups=(selinux)
# Make sure systemd's hook supports reloading dbus: the following commit was introduced in package systemd 242.84-2
# https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/systemd&id=4e247891655844511c775fba566df270f8d0d55f
# https://github.com/archlinux/svntogit-packages/commit/4e247891655844511c775fba566df270f8d0d55f
@@ -103,4 +103,4 @@ package_dbus-docs-selinux() {
install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 dbus/COPYING
}
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et: