summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad9c2894d020..d25e90ddb323 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: lth <manuelung@gmail.com>
# Contributor: nizox <nizzox@gmail.com>
pkgname=dhcpcd-dbus
-pkgver=0.6.0
-pkgrel=3
+pkgver=0.6.1
+pkgrel=1
pkgdesc="DBus bindings for dhcpcd"
-url="http://roy.marples.name/projects/dhcpcd-dbus"
+url="http://roy.marples.name/projects/dhcpcd"
license=("BSD")
depends=("dbus" "dhcpcd>=5.0")
source=(http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2)
arch=(i686 x86_64)
-md5sums=('4fd43b0f0ca7c0e65f95a0b2846b37b7')
+md5sums=('3e0762be2f2336dceebaa319f388c8dd')
build() {
cd $srcdir/$pkgname-$pkgver