summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Reinert2016-10-23 19:45:45 +0200
committerJoakim Reinert2016-10-23 19:45:45 +0200
commit778300a7b917b7d1ab2d322a4a568c8e3ec0c690 (patch)
treefbab91a2be548d6ebd810e7d4294afdeacd20ae3
parent8cf8cb78668d841656eea49b94700f75e69db847 (diff)
downloadaur-778300a7b917b7d1ab2d322a4a568c8e3ec0c690.tar.gz
update dependencies (dbus-core -> dbus)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f3d46e86543..7127f6415278 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Feb 1 20:18:27 UTC 2016
+# Sun Oct 23 17:45:32 UTC 2016
pkgbase = volnoti-brightness-git
pkgdesc = Lightweight volume and brightness notification for Linux using volnoti
pkgver = 0.1.r3.gc5a94af
@@ -10,7 +10,7 @@ pkgbase = volnoti-brightness-git
license = GPL3
makedepends = git
makedepends = pkg-config
- depends = dbus-core
+ depends = dbus
depends = dbus-glib
depends = gtk2
depends = gdk-pixbuf2
diff --git a/PKGBUILD b/PKGBUILD
index 9f4d46ee4d15..ea16697e2fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Lightweight volume and brightness notification for Linux using volnoti"
url="https://github.com/hcchu/volnoti"
arch=('i686' 'x86_64')
license=('GPL3')
-depends=('dbus-core' 'dbus-glib' 'gtk2' 'gdk-pixbuf2' 'librsvg')
+depends=('dbus' 'dbus-glib' 'gtk2' 'gdk-pixbuf2' 'librsvg')
makedepends=('git' 'pkg-config')
conflicts=('volnoti')
replaces=('volnoti')