summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2015-01-02 22:39:23 -0700
committerBrian Bidulock2015-07-08 23:20:14 -0600
commitd56b49079bcef972771eb9ceb934f3f2c133d47d (patch)
tree5c9d2645136764f15eea3b8d2229e2adde4e8853
parent380beae956dcfaddef68702b677436ad386ff4ab (diff)
downloadaur-d56b49079bcef972771eb9ceb934f3f2c133d47d.tar.gz
version 0.7.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caaefb7c1724..702996d242f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dhcpcd-ui
pkgdesc = dhcpcd Monitor in GTK+
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.7.3
+ pkgrel = 1
url = http://roy.marples.name/projects/dhcpcd-ui
install = dhcpcd-ui.install
arch = i686
@@ -11,8 +11,8 @@ pkgbase = dhcpcd-ui
depends = libnotify
depends = dhcpcd-dbus>=0.6.0
depends = hicolor-icon-theme
- source = http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-0.6.0.tar.bz2
- md5sums = 9c603d7cffbdaa62453f7620191c7286
+ source = http://roy.marples.name/downloads/dhcpcd/dhcpcd-ui-0.7.3.tar.bz2
+ md5sums = 6cd085cdf7f9c2bd9b98029edc1d712c
pkgname = dhcpcd-ui
diff --git a/PKGBUILD b/PKGBUILD
index 7d94e997e627..b560a9b476ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: lth <manuelung@gmail.com>
# Contributor: nizox <nizzox@gmail.com>
pkgname=dhcpcd-ui
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.7.3
+pkgrel=1
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=('9c603d7cffbdaa62453f7620191c7286')
+md5sums=('6cd085cdf7f9c2bd9b98029edc1d712c')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --icondir=/usr/share/icons
+ ./configure --prefix=/usr --icondir=/usr/share/icons --without-qt
make
}