aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-backgrounds/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-backgrounds/APKBUILD')
-rw-r--r--community/mate-backgrounds/APKBUILD11
1 files changed, 9 insertions, 2 deletions
diff --git a/community/mate-backgrounds/APKBUILD b/community/mate-backgrounds/APKBUILD
index b766218fc6c..68c04c4d410 100644
--- a/community/mate-backgrounds/APKBUILD
+++ b/community/mate-backgrounds/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-backgrounds
-pkgver=1.24.2
+pkgver=1.26.0
pkgrel=0
pkgdesc="Background images and data for MATE"
url="https://github.com/mate-desktop/mate-backgrounds"
@@ -11,6 +11,11 @@ depends="mate-common"
makedepends="intltool"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-backgrounds-$pkgver.tar.xz"
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \
@@ -28,4 +33,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="4d069258065e80d8e9d2e4d7c471178c07ea5cdd5e8a6224a1d1e8770211a3926a441f03d85acd17c66c261489cc68bcbb44e5e08d6ddd80240e07b0007873ed mate-backgrounds-1.24.2.tar.xz"
+sha512sums="
+48ceb91abf6f7840a9fd7f504e887e54d234410df07dd07a2d155b28cf8d6518b743be767e02cbb774bd817e640b755eec2a73abd4d2d3685e3b4377e9a58476 mate-backgrounds-1.26.0.tar.xz
+"