diff options
author | Danct12 <danct12@disroot.org> | 2021-02-24 12:38:56 +0700 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-02-24 06:23:15 +0000 |
commit | 01bdb6a2ffeec65b56f4a71e6ec8552630fb5d8a (patch) | |
tree | 793972497e613e3b725d29480d2a1984e1a9fffc | |
parent | 01fd1dd99bc7e7b9c39e1627b2127d6a458512e4 (diff) | |
download | aports-01bdb6a2ffeec65b56f4a71e6ec8552630fb5d8a.tar.gz aports-01bdb6a2ffeec65b56f4a71e6ec8552630fb5d8a.tar.bz2 aports-01bdb6a2ffeec65b56f4a71e6ec8552630fb5d8a.tar.xz |
testing/wayfire: upgrade to 0.7.0
Signed-off-by: Danct12 <danct12@disroot.org>
-rw-r--r-- | testing/wayfire/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/wayfire/APKBUILD b/testing/wayfire/APKBUILD index 5adcf4709d..086562c2b3 100644 --- a/testing/wayfire/APKBUILD +++ b/testing/wayfire/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Danct12 <danct12@disroot.org> # Maintainer: Danct12 <danct12@disroot.org> pkgname=wayfire -pkgver=0.6.0 +pkgver=0.7.0 pkgrel=0 pkgdesc="Compiz-clone Wayland compositor" url="https://wayfire.org" @@ -19,7 +19,7 @@ makedepends=" " options="!check" # no testsuite subpackages="$pkgname-dev" -source="https://github.com/WayfireWM/wayfire/releases/download/$pkgver/wayfire-$pkgver.tar.xz" +source="https://github.com/WayfireWM/wayfire/releases/download/v$pkgver/wayfire-$pkgver.tar.xz" build() { abuild-meson \ @@ -36,4 +36,4 @@ package() { install -Dm644 wayfire.desktop "$pkgdir"/usr/share/wayland-sessions/wayfire.desktop } -sha512sums="dc6b5378dc51352ab41ac3c5713e73f341caa2a119a91826818b0a7cde629e63ce855a4376b5c60b468717336dda4806fb1195d534cd7ab2e5d6285c8075102e wayfire-0.6.0.tar.xz" +sha512sums="eaaa193619a6cb0c7a0879aa24a7f6d468e81aeef0b9f17a282f5f930c00557a021f4d45de4aae6f57ce5e427148387c3fdf344ea9c6843a75e777eeeeb96f79 wayfire-0.7.0.tar.xz" |