diff options
author | psykose <alice@ayaya.dev> | 2022-12-03 03:38:14 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-12-03 04:38:14 +0100 |
commit | d4db51f64d7ca0fdd969a978193603f705c0681b (patch) | |
tree | e8ef7dc9571cc96f60667fbff3cf412d4194c9ca | |
parent | 2f84d7755149b5c3f568ea2291af43108f0488c7 (diff) | |
download | aports-d4db51f64d7ca0fdd969a978193603f705c0681b.tar.gz aports-d4db51f64d7ca0fdd969a978193603f705c0681b.tar.bz2 aports-d4db51f64d7ca0fdd969a978193603f705c0681b.tar.xz |
community/aisleriot: upgrade to 3.22.27
re-enable sound as we backported the libcanberra fix in d6476ea9a0671b3fe3ee2ae7f3b93af4c5dd4312
-rw-r--r-- | community/aisleriot/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/aisleriot/APKBUILD b/community/aisleriot/APKBUILD index 0b790f7868..6e48deb06b 100644 --- a/community/aisleriot/APKBUILD +++ b/community/aisleriot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Antoine Fontaine <antoine.fontaine@epfl.ch> # Maintainer: pkgname=aisleriot -pkgver=3.22.26 +pkgver=3.22.27 pkgrel=0 pkgdesc="Solitaire and other card games for GNOME" url="https://wiki.gnome.org/Apps/Aisleriot" @@ -29,7 +29,6 @@ source="https://gitlab.gnome.org/GNOME/aisleriot/-/archive/$pkgver/aisleriot-$pk build() { abuild-meson \ -Dtheme_kde=false \ - -Dsound=false \ . output meson compile ${JOBS:+-j ${JOBS}} -C output } @@ -43,5 +42,5 @@ package() { } sha512sums=" -7f29e26ceff8e62aa3fa7692cb89ffc361b6c57c29aebb645b83aaa7f2952423d12166ac57b13c8ec9f82aff5328eb6161a14a5a00f45f9d360d473c2966882f aisleriot-3.22.26.tar.gz +5220b19b811a41135a168b48225a878af581c74747054d557c710cc7c3bc9b69de5469ab3f7b28d54c589268d447d59f124242d5bc49003c87111ce221d7d9fe aisleriot-3.22.27.tar.gz " |