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

Brad Fanella cesura at archlinux.org
Fri Dec 21 17:51:35 UTC 2018


    Date: Friday, December 21, 2018 @ 17:51:34
  Author: cesura
Revision: 417434

upgpkg: mate-icon-theme 1.20.3-1

Updated to version 1.20.3

Modified:
  mate-icon-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-21 17:22:50 UTC (rev 417433)
+++ PKGBUILD	2018-12-21 17:51:34 UTC (rev 417434)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-icon-theme
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org"
@@ -12,16 +12,16 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d69acb308c563399ac560e60783c22a7808e81967e036d48c5df44071a006cda')
+sha256sums=('64ae1a5a33f90d95cecc344bbefd5ff62cb4c45674f7ac4fbdc928c164458582')
 
 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