Selaa lähdekoodia

uppkg -> 1.14.2-1

Noah Vogt 3 vuotta sitten
vanhempi
sitoutus
43984c0079
3 muutettua tiedostoa jossa 7 lisäystä ja 3 poistoa
  1. 2 2
      .SRCINFO
  2. 4 0
      .gitignore
  3. 1 1
      PKGBUILD

+ 2 - 2
.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

+ 4 - 0
.gitignore

@@ -0,0 +1,4 @@
+pkg/
+src/
+dbus/
+*.tar.*

+ 1 - 1
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/"