summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2022-10-04 18:26:10 +0200
committerNoah Vogt2022-10-04 18:26:10 +0200
commit43984c007998252d669f32ce232f3fbcf3146032 (patch)
tree1cb10959fcaf0da23d9f84745fa44a696ecac845
parent4b586fa5f34f1eaa1ed8623445e2068c1b21f44c (diff)
downloadaur-43984c007998252d669f32ce232f3fbcf3146032.tar.gz
uppkg -> 1.14.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d28986bdf5..e36029021a59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbus-xdg
pkgdesc = Freedesktop.org message bus system - but do not create a ~/.dbus directory (for non-systemd systems)
- pkgver = 1.14.0
+ pkgver = 1.14.2
pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = dbus-xdg
provides = dbus-docs
conflicts = dbus
conflicts = dbus-docs
- 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.2
source = dbus-enable-elogind.patch
source = no-fatal-warnings.diff
source = dbus-launch-Move-dbus-autolaunch-stuff-to-runuser.patch
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5cf84cc5748c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+dbus/
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 053a8fe0a252..ebf89565e2a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=dbus-xdg
pkgname=(dbus-xdg-elogind dbus-xdg-docs)
-pkgver=1.14.0
+pkgver=1.14.2
pkgrel=1
pkgdesc="Freedesktop.org message bus system - but do not create a ~/.dbus directory (for non-systemd systems)"
url="https://wiki.freedesktop.org/www/Software/dbus/"