summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 435703b930d6..e8fd9c3927d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = conky-lua-archers
pkgdesc = A free, light-weight system monitor for X with lua enabled for Arch based distros
pkgver = 1.10.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/brndnmtthws/conky
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = conky-lua-archers
makedepends = docbook2x
makedepends = docbook-xml
makedepends = docbook-xsl
- makedepends = man-db
makedepends = perl-xml-libxml
makedepends = perl-xml-sax-expat
depends = alsa-lib
@@ -36,8 +35,8 @@ pkgbase = conky-lua-archers
conflicts = conky-lua-archers-git
replaces = torsmo
replaces = conky
- options = !strip
- options = debug
+ options = strip
+ options = !debug
source = https://github.com/brndnmtthws/conky/archive/v1.10.4.tar.gz
source = asciime.patch
sha1sums = f2da0e3b8e6ff8ebc42b35f710f822e228616993
diff --git a/PKGBUILD b/PKGBUILD
index 7c5f8dac2b99..0ffe4d853663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=conky-lua-archers
_pkgname=conky
pkgver=1.10.4
-pkgrel=3
+pkgrel=4
pkgdesc="A free, light-weight system monitor for X with lua enabled for Arch based distros"
arch=('i686' 'x86_64')
url="https://github.com/brndnmtthws/conky"
@@ -34,7 +34,6 @@ makedepends=(
'docbook2x'
'docbook-xml'
'docbook-xsl'
- 'man-db'
'perl-xml-libxml'
'perl-xml-sax-expat'
)
@@ -42,7 +41,7 @@ source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz"
'asciime.patch')
sha1sums=('f2da0e3b8e6ff8ebc42b35f710f822e228616993'
'b07407c2be11cee7bd50e046024b89cf2579c448')
-options=('!strip' 'debug')
+options=('strip' '!debug')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
@@ -69,7 +68,7 @@ build() {
-D BUILD_LUA_RSVG=ON \
-D BUILD_MOC=OFF \
-D BUILD_MPD=OFF \
- -D BUILD_NVIDIA=OFF \
+ -D BUILD_NVIDIA=ON \
-D BUILD_OLD_CONFIG=ON \
-D BUILD_PULSEAUDIO=ON \
-D BUILD_WLAN=ON \