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

Brad Fanella cesura at archlinux.org
Sat Mar 30 03:25:27 UTC 2019


    Date: Saturday, March 30, 2019 @ 03:25:26
  Author: cesura
Revision: 446228

upgpkg: mate-themes 3.22.19-1

Updated to version 1.22

Modified:
  mate-themes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 03:23:43 UTC (rev 446227)
+++ PKGBUILD	2019-03-30 03:25:26 UTC (rev 446228)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-themes
-pkgver=3.22.18
+pkgver=3.22.19
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org"
@@ -15,16 +15,16 @@
 options=('!emptydirs')
 groups=('mate')
 source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d5b15adfeee09cb1e2266db8b10b64814b7f380753ae5ebd09b7ea88115f6814')
+sha256sums=('988b445079426edad15562b517d0297a946c7d2d239c43020c0d6990d1428bf9')
 
 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