[arch-commits] Commit in conky/trunk (PKGBUILD)

Gaëtan Bisson bisson at archlinux.org
Wed Jun 26 20:50:17 UTC 2019


    Date: Wednesday, June 26, 2019 @ 20:50:17
  Author: bisson
Revision: 356946

upstream update

Modified:
  conky/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-26 18:33:19 UTC (rev 356945)
+++ PKGBUILD	2019-06-26 20:50:17 UTC (rev 356946)
@@ -4,7 +4,7 @@
 # Contributor: Partha Chowdhury <kira.laucas at gmail.com>
 
 pkgname=conky
-pkgver=1.11.3
+pkgver=1.11.4
 pkgrel=1
 pkgdesc='Lightweight system monitor for X'
 url='https://github.com/brndnmtthws/conky'
@@ -14,7 +14,7 @@
 depends=('glib2' 'lua' 'wireless_tools' 'libxdamage' 'libxinerama' 'libxft'
          'imlib2' 'libxml2' 'libpulse')
 source=("https://github.com/brndnmtthws/conky/archive/v${pkgver}.tar.gz")
-sha256sums=('0140e749537d4d05bf33fbac436e54756faa26021e16f2bca418e9eeea724eb4')
+sha256sums=('344637646c15c4cb7cf0afdde4651ee3100f7812e7bb8434ca757eba5c621a48')
 options=('!strip' 'debug')
 
 build() {
@@ -23,6 +23,7 @@
 	cmake \
 		-D CMAKE_BUILD_TYPE=Release \
 		-D MAINTAINER_MODE=ON \
+		-D BUILD_DOCS=ON \
 		-D BUILD_WLAN=ON \
 		-D BUILD_XDBE=ON \
 		-D BUILD_XSHAPE=ON \
@@ -30,7 +31,6 @@
 		-D BUILD_CURL=ON \
 		-D BUILD_RSS=ON \
 		-D BUILD_WEATHER_METAR=ON \
-		-D BUILD_WEATHER_XOAP=ON \
 		-D BUILD_PULSEAUDIO=ON \
 		-D BUILD_JOURNAL=ON \
 		-D CMAKE_INSTALL_PREFIX=/usr \



More information about the arch-commits mailing list