aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-16 11:36:55 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-16 11:36:55 -0300
commitc8663e6cbed42417eff51701d4b356da6ab29bf1 (patch)
tree1aec952ad320a54fcd0ef3e3a5f3c78f0c7dea14
parent185c97d68de3720bb5fa027859e92c77fb215fc2 (diff)
community/aisleriot: upgrade to 3.22.13
-rw-r--r--community/aisleriot/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/aisleriot/APKBUILD b/community/aisleriot/APKBUILD
index 7d890245a0c..ae3e248e02a 100644
--- a/community/aisleriot/APKBUILD
+++ b/community/aisleriot/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch>
# Maintainer: Antoine Fontaine <antoine.fontaine@epfl.ch>
pkgname=aisleriot
-pkgver=3.22.12
-pkgrel=1
+pkgver=3.22.13
+pkgrel=0
pkgdesc="Solitaire and other card games for GNOME"
url="https://wiki.gnome.org/Apps/Aisleriot"
arch="all !s390x !mips !mips64" # librsvg
@@ -16,7 +16,7 @@ source="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/$pkgver/aisleriot-$pk
build() {
abuild-meson \
- -D theme_kde=false \
+ -Dtheme_kde=false \
-Dsound=false \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
@@ -30,5 +30,5 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="42266ebec13a76c6af1f3bfd968f7257b86fcbe9d87d1f266fda9ef8fe4f4ef548c0b6306ffdfa8a30bbcb9547c7eda1cf27e0825db890d910efba976cc969c6 aisleriot-3.22.12.tar.gz
+sha512sums="62dd72063566056c7b94142e77f101d3b226319b89ad093b1076b2176aac0716eefed4ffcefc7c95a1e8eafcdffc1eec4d269784726e38010a6c07693c5c84fd aisleriot-3.22.13.tar.gz
9db40fb258e8d70de8d1763eaf08fc1c9b79291efff8018556f2a18d40dd66c0f73b37083199bee6e41130766b91b124e539afed2a8ccde8105e34a0bc8f1f43 fix-bash-shebang.patch"