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

Antonio Rojas arojas at archlinux.org
Wed Oct 26 17:52:37 UTC 2016


    Date: Wednesday, October 26, 2016 @ 17:52:37
  Author: arojas
Revision: 193724

Update to 3.22.4

Modified:
  mate-themes/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-26 17:11:38 UTC (rev 193723)
+++ PKGBUILD	2016-10-26 17:52:37 UTC (rev 193724)
@@ -1,8 +1,9 @@
+# Maintainer:
 # Contributor: Martin Wimpress <code at flexion.org>
 
 _ver=3.22
 pkgname=mate-themes
-pkgver=${_ver}.3
+pkgver=${_ver}.4
 pkgrel=1
 pkgdesc="Default themes for the MATE desktop"
 url="http://mate-desktop.org"
@@ -15,10 +16,10 @@
 options=('!emptydirs')
 groups=('mate' 'mate-gtk3')
 source=("http://pub.mate-desktop.org/releases/themes/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('3948c32a8f1b366620401244c528d09e38c7233f')
+sha1sums=('92002160b83b759224f35329ccf1ca118ea0c398')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd ${pkgname}-${pkgver}
     ./configure \
         --prefix=/usr
     make
@@ -25,6 +26,6 @@
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
+    cd ${pkgname}-${pkgver}
     make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list