summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:11:24 -0600
committerBrian Bidulock2015-07-08 23:20:13 -0600
commit380beae956dcfaddef68702b677436ad386ff4ab (patch)
tree5dd962d56033cc18f11cb0aa73dc10227879ee65 /PKGBUILD
parentcfb57b7653791e837d81226601621b6139b8bf8f (diff)
downloadaur-380beae956dcfaddef68702b677436ad386ff4ab.tar.gz
version 0.6.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b560a9b476ad..7d94e997e627 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lth <manuelung@gmail.com>
# Contributor: nizox <nizzox@gmail.com>
pkgname=dhcpcd-ui
-pkgver=0.7.3
-pkgrel=1
+pkgver=0.6.0
+pkgrel=2
pkgdesc="dhcpcd Monitor in GTK+"
url="http://roy.marples.name/projects/dhcpcd-ui"
license=("BSD")
@@ -10,11 +10,11 @@ depends=("gtk2" "libnotify" "dhcpcd-dbus>=0.6.0" "hicolor-icon-theme")
install=dhcpcd-ui.install
source=(http://roy.marples.name/downloads/dhcpcd/$pkgname-$pkgver.tar.bz2)
arch=(i686 x86_64)
-md5sums=('6cd085cdf7f9c2bd9b98029edc1d712c')
+md5sums=('9c603d7cffbdaa62453f7620191c7286')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --icondir=/usr/share/icons --without-qt
+ ./configure --prefix=/usr --icondir=/usr/share/icons
make
}