summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Canavese2023-01-04 23:09:36 +0100
committerLuca Canavese2023-01-04 23:09:36 +0100
commit3f54f0c78d4302141975116f934cfc88a3f7a976 (patch)
treefb3e362b92ba95645dca8d8f222448952a2341b9 /PKGBUILD
parente7c29365745a1f4344547f2295a973b4ccc99bc2 (diff)
downloadaur-3f54f0c78d4302141975116f934cfc88a3f7a976.tar.gz
Updated to 1.17.0 and removed options for debug symbols
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 727e7752ceaf..cbbc40a5b946 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pkgname=conky
pkgname=conky-cli
-pkgver=1.16.1
+pkgver=1.17.0
pkgrel=1
pkgdesc="Lightweight system monitor for X, without X11 dependencies"
url='https://github.com/brndnmtthws/conky'
@@ -21,9 +21,7 @@ depends=('curl' 'lua' 'wireless_tools' 'libxml2')
source=("https://github.com/brndnmtthws/${_pkgname}/archive/v${pkgver}.tar.gz")
source=("https://github.com/brndnmtthws/${_pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('a293530980bf5ec2250e6d52533cb3426de66c99477ae15430215b3e4b536593')
-
-options=('!strip' 'debug')
+sha256sums=('c3558bc028bcfc583d8e7775aed20a0f264ff47dbf0debdf70a95b3a180069dc')
prepare() {
cd "${srcdir}/${_pkgname}-${pkgver}"
@@ -38,11 +36,11 @@ build() {
cmake \
-B build \
-D CMAKE_BUILD_TYPE=Release \
- -D MAINTAINER_MODE=ON \
-D BUILD_EXTRAS=ON \
-D BUILD_HDDTEMP=OFF \
-D BUILD_PORT_MONITORS=OFF \
-D BUILD_X11=OFF \
+ -D BUILD_WAYLAND=OFF \
-D BUILD_XDAMAGE=OFF \
-D BUILD_XFT=OFF \
-D BUILD_WLAN=ON \