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

Brad Fanella cesura at archlinux.org
Sat Mar 30 01:07:52 UTC 2019


    Date: Saturday, March 30, 2019 @ 01:07:51
  Author: cesura
Revision: 446169

upgpkg: caja 1.22.0-2

Updated to version 1.22

Modified:
  caja/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 01:02:43 UTC (rev 446168)
+++ PKGBUILD	2019-03-30 01:07:51 UTC (rev 446169)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=caja
-pkgver=1.20.3
+pkgver=1.22.0
 pkgrel=2
 pkgdesc="File manager for the MATE desktop"
 url="https://mate-desktop.org"
@@ -15,10 +15,10 @@
 conflicts=('caja-gtk3')
 replaces=('caja-gtk3')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('a0d5eaa6303556041d35a31e37693de59fbb6c07e52f78ef78366e0c378399f2')
+sha256sums=('f4b17d96acfffc88b6e072819704b19dd4166e908cbd56c9fde5c67d70b2a993')
 
 build() {
-    cd $pkgname-$pkgver
+    cd "$pkgname-$pkgver"
     ./configure \
         --prefix=/usr \
         --libexecdir=/usr/lib/$pkgname \
@@ -32,7 +32,7 @@
 }
 
 package() {
-    cd $pkgname-$pkgver
+    cd "$pkgname-$pkgver"
     make DESTDIR="${pkgdir}" install
 
     # Remove D-Bus activation file to avoid conflict with nautilus-desktop



More information about the arch-commits mailing list