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

Brad Fanella cesura at archlinux.org
Fri Dec 21 17:56:33 UTC 2018


    Date: Friday, December 21, 2018 @ 17:56:33
  Author: cesura
Revision: 417438

upgpkg: mate-menus 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-menus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 17:55:17 UTC (rev 417437)
+++ PKGBUILD	2018-12-21 17:56:33 UTC (rev 417438)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-menus
-pkgver=1.20.1
-pkgrel=2
+pkgver=1.20.2
+pkgrel=1
 pkgdesc="MATE menu specifications"
 url="https://mate-desktop.org"
 arch=('x86_64')
@@ -13,23 +13,23 @@
 optdepends=('python2: python2 bindings')
 groups=('mate')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('c6eb74022f9cb283cd7603e9e5aac25258bfe970da661ca9c050f8a50c9f17dd')
+sha256sums=('e277df3b3072c2177277644a8c7b0191cc5c3779f1b8db99ef183734d4b4c4a3')
 
 build() {
-    cd ${pkgname}-${pkgver}
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --sysconfdir=/etc \
-        --localstatedir=/var \
-        --enable-python
+    	cd "${pkgname}-${pkgver}"
+    	PYTHON=/usr/bin/python2 ./configure \
+        	--prefix=/usr \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--enable-python
 
-    #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