summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Pulliam2016-04-01 21:36:12 -0600
committerMichael Pulliam2016-04-01 21:42:04 -0600
commita736fbb602611bb220d69f38de4b39005fba1fdb (patch)
tree2dd48222a2f1379cc0cca12c85c2c0dd452a42c7
parentb4ffc8dc533882ee88a7e121d3d2ae149d604f17 (diff)
downloadaur-a736fbb602611bb220d69f38de4b39005fba1fdb.tar.gz
Fixed the build (for the last time hopefully), Added WLAN to the build hooks
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7c0a224ed02..5e746b0942a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = conky-lua
pkgdesc = Lightweight system monitor for X, with Lua support enabled
pkgver = 1.10.1
- pkgrel = 6
+ pkgrel = 7
url = http://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6dd809d28b96..57650ad1853f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: alexiobash < me (at) alexiobash (dot) com >
-# Co-Maintainer: TidestManager1 < michaelpulliam1 (at) gmail (dot) com >
+# Maintainer: TidestManager1 < michaelpulliam1 (at) gmail (dot) com >
pkgname=conky-lua
_pkgname=conky
pkgver=1.10.1
-pkgrel=6
+pkgrel=7
pkgdesc='Lightweight system monitor for X, with Lua support enabled'
url='http://github.com/brndnmtthws/conky'
license=('BSD' 'GPL3')
@@ -36,6 +35,7 @@ build() {
-D BUILD_WEATHER_METAR=ON \
-D BUILD_WEATHER_XOAP=ON \
-D BUILD_XDBE=ON \
+ -D BUILD_WLAN=ON \
.
@@ -53,5 +53,5 @@ package() {
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- patch -p1 -i ../../fix_build.patch
+ patch -p1 -i ${startdir}/fix_build.patch
}