summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Vogel <jvogel@stygian.me>2024-12-14 00:38:09 -0500
committerJohn Vogel <jvogel@stygian.me>2024-12-14 00:38:09 -0500
commit05e1d5340bd967a2e898341ffa02cabe1b39e098 (patch)
treecb4daa610f9c1140c943b8d94b763639bf59cd06
parent6e7b912047c4e5a5e7e338f65fcc41c14709f189 (diff)
downloadforked-aports-05e1d5340bd967a2e898341ffa02cabe1b39e098.tar.gz
local/conky: upgrade to 1.21.9
-rw-r--r--conky/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/conky/APKBUILD b/conky/APKBUILD
index eb19940..1e03572 100644
--- a/conky/APKBUILD
+++ b/conky/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: John Vogel <jvogel4@stny.rr.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=conky
-pkgver=1.21.8
-pkgrel=0
+pkgver=1.21.9
+pkgrel=1
pkgdesc="Advanced, highly configurable system monitor for X based on torsmo"
url="https://github.com/brndnmtthws/conky"
arch="all"
@@ -54,8 +54,7 @@ build() {
-DBUILD_WAYLAND=ON \
-DBUILD_INTEL_BACKLIGHT=ON \
-DBUILD_DOCS=ON \
- -DLUA_LIBRARIES="/usr/lib/lua5.4/liblua.so" \
- -DVc_ENABLE_INSTALL=OF
+ -DLUA_LIBRARIES="/usr/lib/lua5.4/liblua.so"
cmake --build build
}
@@ -65,5 +64,5 @@ package() {
}
sha512sums="
-72c5cadc89760445888029cc54320267ad0d2ada8d76a6ee85056a9822005232900df2e8c7c1667c970ab72316115f6b2c5d6af72a9b5810aa6a024fbb487001 conky-1.21.8.tar.gz
+649b7cb2ab482bae33010239ee96deb08a5f3b6954e55e6380f45d753a7690ac446f4471682e293b25f94c3c68e7d5373f5b63a42fec69392e34c4336c6f1b96 conky-1.21.9.tar.gz
"