aboutsummaryrefslogtreecommitdiffstats
path: root/community/caja/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-23 01:40:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-23 01:50:58 -0300
commit1206b67ef24a38dd8f878ceaaec5dc51a5c39264 (patch)
tree0d09ff788600caa9269775a49666c42e627673bd /community/caja/APKBUILD
parent308e6c0ace6c3130562c30ef189169ef38fe056e (diff)
community/caja: upgrade to 1.22.2
Diffstat (limited to 'community/caja/APKBUILD')
-rw-r--r--community/caja/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/caja/APKBUILD b/community/caja/APKBUILD
index 7d3cef9544a..ea9f99ac305 100644
--- a/community/caja/APKBUILD
+++ b/community/caja/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=caja
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="The file manager for the MATE desktop"
url="https://github.com/mate-desktop/caja"
@@ -13,9 +13,8 @@ makedepends="$depends_dev intltool libtool dconf-dev gtk+3.0-dev libunique3-dev
gtk-doc"
checkdepends="xvfb-run"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/caja-$pkgver.tar.xz"
options="!check" # (caja:744): GLib-GIO-ERROR **: 12:12:20.291: Settings schema 'org.mate.caja.preferences' is not installed
-builddir="$srcdir/$pkgname-$pkgver"
build() {
./configure \
@@ -33,7 +32,7 @@ build() {
#}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="dea2e9cac7802df5335a716a1a7df149b637014525202600f4bf3eab293eff29bf2df66df22203aa036898149cb26ba1d05491234dc75203480925cce0333a17 caja-1.22.1.tar.xz"
+sha512sums="2c537344c87d929918202b357363b7cfa0b302c410028ea218a78750a376b3da82557750ab76329aeab9c5c32b1ce30af8d3cdb98beb3582d0c3af38b73d311c caja-1.22.2.tar.xz"