summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Felipe Pizarro Naranjo2017-04-29 18:16:48 -0300
committerDavid Felipe Pizarro Naranjo2017-04-29 18:16:48 -0300
commit02d9fb07be851428f5991eb634ab60758e06d593 (patch)
tree8406d177c193d1d0b1e5ee863dbed2ac2273daab
parent66a932e122f4f098511a1377e7c1a8e1eba13db2 (diff)
downloadaur-02d9fb07be851428f5991eb634ab60758e06d593.tar.gz
Updated dbus-elogind to latest version
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0338d7fa887..55fcdfdf99d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dbus-elogind
pkgdesc = Freedesktop.org message bus system
- pkgver = 1.10.16
- pkgrel = 4.aur1
+ pkgver = 1.10.18
+ pkgrel = 1
url = https://wiki.freedesktop.org/www/Software/dbus/
arch = i686
arch = x86_64
@@ -18,12 +18,12 @@ pkgbase = dbus-elogind
depends = libelogind
optdepends = dbus-openrc: dbus initscript
provides = libdbus
- provides = dbus=1.10.16
- provides = dbus-x11=1.10.16
+ provides = dbus=1.10.18
+ provides = dbus-x11=1.10.18
conflicts = libdbus
conflicts = dbus
conflicts = dbus-x11
- source = git+https://anongit.freedesktop.org/git/dbus/dbus#commit=8b582cb10d7cf00af7a70496aec48af24edc542b
+ source = git+https://anongit.freedesktop.org/git/dbus/dbus#commit=73961ee58cf47315b14e30fbde6d0eea825c987b
source = dbus-enable-elogind.patch
validpgpkeys = DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90
validpgpkeys = 3C8672A0F49637FE064AC30F52A43A1E4B77B059
diff --git a/PKGBUILD b/PKGBUILD
index 8d7e9dbaef7f..474f6d11ef7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: David P. <megver83@openmailbox.org>
+# Maintainer: David P. <megver83@parabola.nu>
# Contributor: artoo <artoo@manjaro.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
@@ -6,11 +6,11 @@
# Contributor: Link Dupont <link@subpop.net>
_pkgname=dbus
-_commit=8b582cb10d7cf00af7a70496aec48af24edc542b # tags/dbus-1.10.16^0
+_commit=73961ee58cf47315b14e30fbde6d0eea825c987b # tags/dbus-1.10.18^0
pkgname=dbus-elogind
-pkgver=1.10.16
-pkgrel=4.aur1
+pkgver=1.10.18
+pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="https://wiki.freedesktop.org/www/Software/dbus/"
arch=(i686 x86_64)
@@ -54,7 +54,7 @@ build() {
--disable-systemd \
--disable-user-session \
--enable-x11-autolaunch
-
+
make
}