Date: Saturday, January 14, 2023 @ 11:14:08
  Author: arojas
Revision: 466484

upgpkg: conky 1.17.0-1: Update to 1.17.0

Modified:
  conky/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-14 10:04:17 UTC (rev 466483)
+++ PKGBUILD    2023-01-14 11:14:08 UTC (rev 466484)
@@ -5,8 +5,8 @@
 # Contributor: Partha Chowdhury <[email protected]>
 
 pkgname=conky
-pkgver=1.15.0
-_gitcommit=70d7d5c796e3e84e674705ffc6aaf7a0d6c5b109
+pkgver=1.17.0
+_gitcommit=5fb9dfe10e5c5f04fc138ccf3d735f9d38c9f173
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
@@ -17,7 +17,9 @@
   'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 
'imlib2'
   'libxml2' 'libpulse' 'libxnvctrl' 'systemd-libs' 'ncurses' 'curl'
   libncursesw.so libXNVCtrl.so libsystemd.so libpulse.so libcurl.so)
-source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed";)
+#source=("git+https://github.com/brndnmtthws/conky.git#commit=${_gitcommit}?signed";)
+#v1.17.0 commit not signed
+source=("git+https://github.com/brndnmtthws/conky.git#tag=v$pkgver?signed";)
 sha512sums=('SKIP')
 b2sums=('SKIP')
 validpgpkeys=(
@@ -42,7 +44,7 @@
     -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_EXTRAS=ON \
     -D BUILD_WLAN=ON \
@@ -52,7 +54,6 @@
     -D BUILD_CURL=ON \
     -D BUILD_RSS=ON \
     -D BUILD_NVIDIA=ON \
-    -D BUILD_WEATHER_METAR=ON \
     -D BUILD_PULSEAUDIO=ON \
     -D BUILD_JOURNAL=ON \
     -D CMAKE_INSTALL_PREFIX=/usr \

Reply via email to