summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0664e096c45..1ed607208f63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = conky-lua-nv
pkgdesc = An advanced system monitor for X based on torsmo with lua and nvidia enabled
- pkgver = 1.16.1
+ pkgver = 1.17.0
pkgrel = 1
url = https://github.com/brndnmtthws/conky
install = conky-lua-nv.install
@@ -46,7 +46,7 @@ pkgbase = conky-lua-nv
replaces = conky
options = !strip
options = debug
- source = https://github.com/brndnmtthws/conky/archive/v1.16.1.tar.gz
- sha1sums = 4969743d10d49eb084a61abde4bed518c2975634
+ source = https://github.com/brndnmtthws/conky/archive/v1.17.0.tar.gz
+ sha1sums = eaa4aefd1caff4f87d2d7689a4e217a9ad895433
pkgname = conky-lua-nv
diff --git a/PKGBUILD b/PKGBUILD
index cc2c7b5168cc..55fcd90151ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=conky-lua-nv
_pkgname=conky
-pkgver=1.16.1
+pkgver=1.17.0
pkgrel=1
pkgdesc="An advanced system monitor for X based on torsmo with lua and nvidia enabled"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ optdepends=('nvidia: for GT4xx and newer GPUs',
'nvidia-340xx: for G8x, G9x, GT2xx GPUS',
'nvidia-304xx: for GeForce 6/7 GPUs')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha1sums=('4969743d10d49eb084a61abde4bed518c2975634')
+sha1sums=('eaa4aefd1caff4f87d2d7689a4e217a9ad895433')
options=('!strip' 'debug')
install='conky-lua-nv.install'
@@ -45,7 +45,7 @@ build() {
-B build \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
- -D MAINTAINER_MODE=ON \
+ -D MAINTAINER_MODE=OFF \
-D BUILD_DOCS=ON \
-D BUILD_IMLIB2=ON \
-D BUILD_EXTRAS=ON \