summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81ab5a85714a..c4f0494fb52e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=conky
pkgname=conky-cli
pkgver=1.9.0
-pkgrel=3
+pkgrel=4
pkgdesc="Conky command line, without X11 dependencies"
url="http://conky.sourceforge.net/"
license=('BSD' 'GPL')
@@ -30,6 +30,7 @@ build() {
--disable-hddtemp \
--disable-portmon \
--enable-wlan \
+ --enable-weather-xoap \
make
}