diff --git a/extra/conky/PKGBUILD b/extra/conky/PKGBUILD index 997d412fd..831021eac 100644 --- a/extra/conky/PKGBUILD +++ b/extra/conky/PKGBUILD @@ -10,8 +10,8 @@ # - remove makedepends on pandoc, set -D BUILD_DOCS=OFF 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' @@ -22,7 +22,9 @@ depends=( 'glibc' 'glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft' 'imlib2' 'libxml2' 'libpulse' 'systemd-libs' 'ncurses' 'curl' libncursesw.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=( @@ -47,7 +49,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=OFF \ -D BUILD_EXTRAS=ON \ -D BUILD_WLAN=ON \ @@ -56,7 +58,6 @@ build() { -D BUILD_IMLIB2=ON \ -D BUILD_CURL=ON \ -D BUILD_RSS=ON \ - -D BUILD_WEATHER_METAR=ON \ -D BUILD_PULSEAUDIO=ON \ -D BUILD_JOURNAL=ON \ -D CMAKE_INSTALL_PREFIX=/usr \