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

Brad Fanella cesura at archlinux.org
Thu Jan 10 09:39:15 UTC 2019


    Date: Thursday, January 10, 2019 @ 09:39:14
  Author: cesura
Revision: 421531

upgpkg: mate-polkit 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-polkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 09:37:14 UTC (rev 421530)
+++ PKGBUILD	2019-01-10 09:39:14 UTC (rev 421531)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-polkit
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="PolicyKit integration for the MATE desktop"
 url="https://mate-desktop.org"
@@ -14,24 +14,24 @@
 conflicts=('mate-polkit-gtk3')
 replaces=('mate-polkit-gtk3')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('53d3249a0abbcb6eacccbf7898f113e546c8ca0fc683b81ab8e90e907e99e615')
+sha256sums=('d9ab359517151a1884e59f05a0b24d1eda3b7755ff3c4c6eb53ef6bc958e527d')
 
 build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --enable-introspection
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--enable-introspection
 
-    #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