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

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:44:42 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:44:41
  Author: cesura
Revision: 446184

upgpkg: libmateweather 1.22.0-1

Updated to version 1.22

Modified:
  libmateweather/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:41:27 UTC (rev 446183)
+++ PKGBUILD	2019-03-30 01:44:41 UTC (rev 446184)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=libmateweather
-pkgver=1.20.2
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Provides access to weather information from the Internet."
 url="https://mate-desktop.org"
@@ -13,24 +13,24 @@
 conflicts=('libmateweather-gtk3')
 replaces=('libmateweather-gtk3')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('bb4363c64a81885c0656be71a8965df22d0acff64df46cadd424d5116c0f57cf')
+sha256sums=('ca5cca359ed53fabef194884d76d93eafbc35eee8bcd951c5b8e5942397b2be6')
 
 build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --disable-python \
-        --enable-locations-compression
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--disable-python \
+        	--enable-locations-compression
 
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-    make
+    	make
 }
 
 package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list