diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 23:22:38 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-30 23:22:59 +0100 |
commit | ff7fd49a30ad0b1df950dfa2a9182d0fc10c823c (patch) | |
tree | 8dff6be41dcdcff031c65b4a4ddaec619cdf48f8 /community/gnome-session | |
parent | 9c60d060f2f09ec7c391be64f722a360f9efb46e (diff) | |
download | aports-ff7fd49a30ad0b1df950dfa2a9182d0fc10c823c.tar.bz2 aports-ff7fd49a30ad0b1df950dfa2a9182d0fc10c823c.tar.xz |
community/gnome-session: downgrade to 3.34.1
3.34.2 causes it to crash
Diffstat (limited to 'community/gnome-session')
-rw-r--r-- | community/gnome-session/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gnome-session/APKBUILD b/community/gnome-session/APKBUILD index 584b5069dd..f697a7f50e 100644 --- a/community/gnome-session/APKBUILD +++ b/community/gnome-session/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-session -pkgver=3.34.2 +pkgver=3.34.1 pkgrel=0 pkgdesc="GNOME session manager" url="https://gitlab.gnome.org/GNOME/gnome-session" @@ -34,4 +34,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="23388420ee117596b73ac057d2376857db726fb727fdeff4e4f420e7742622e81baef439adb04d8659a6979e5b7043c72ea334c1179974950476489a8c397182 gnome-session-3.34.2.tar.xz" +sha512sums="a8c0c2e7613639dd48416d4bb560aa4b5ed664268cee6b6c372d5d196e49350c13f1361e02bba57711992860189637ce542351bee01000a44a82f66dd4f79f7f gnome-session-3.34.1.tar.xz" |