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

Brad Fanella cesura at archlinux.org
Sat Mar 30 02:35:21 UTC 2019


    Date: Saturday, March 30, 2019 @ 02:35:21
  Author: cesura
Revision: 446196

upgpkg: mate-backgrounds 1.20.0-1

Updated to version 1.22

Modified:
  mate-backgrounds/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 02:35:07 UTC (rev 446195)
+++ PKGBUILD	2019-03-30 02:35:21 UTC (rev 446196)
@@ -1,3 +1,4 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-backgrounds
@@ -10,16 +11,16 @@
 makedepends=('intltool')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
+sha256sums=('57b2127cba9233aef1db6fa3ecc85b2c8422e6d26565c797701079003893965d')
 
 build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr
-    make
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
 }
 
 package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list