summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-08-15 22:06:20 -0600
committerBrian Bidulock2016-08-15 22:06:20 -0600
commitc96743d2e91042f5cc0523f7b4053aa1f41657ee (patch)
tree14a3a3140919de4e7ab41490f20cdeb5bcaf3856
parent19b4cf2b734ded944beae6583947105f32b8bf97 (diff)
downloadaur-c96743d2e91042f5cc0523f7b4053aa1f41657ee.tar.gz
version 0.6.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d894daceea..4ce4917dfe24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dhcpcd-dbus
pkgdesc = DBus bindings for dhcpcd
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = http://roy.marples.name/projects/dhcpcd-dbus
arch = i686
arch = x86_64
license = BSD
- depends = dbus-core
+ depends = dbus
depends = dhcpcd>=5.0
source = http://roy.marples.name/downloads/dhcpcd/dhcpcd-dbus-0.6.0.tar.bz2
md5sums = 4fd43b0f0ca7c0e65f95a0b2846b37b7
diff --git a/PKGBUILD b/PKGBUILD
index b3a806a56af8..ad9c2894d020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: nizox <nizzox@gmail.com>
pkgname=dhcpcd-dbus
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="DBus bindings for dhcpcd"
url="http://roy.marples.name/projects/dhcpcd-dbus"
license=("BSD")
-depends=("dbus-core" "dhcpcd>=5.0")
+depends=("dbus" "dhcpcd>=5.0")
source=(http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2)
arch=(i686 x86_64)
md5sums=('4fd43b0f0ca7c0e65f95a0b2846b37b7')