summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Letan2023-12-27 18:25:57 +0100
committerThomas Letan2023-12-27 18:25:57 +0100
commit509a930da779ef002c247f9a65fda47e8ee16994 (patch)
treefb8b4fa0e2920cba8a12837ae3c06022fdedb676
parent40afa5e81ac6b1f2b92ae7d45e84592b18d04962 (diff)
downloadaur-509a930da779ef002c247f9a65fda47e8ee16994.tar.gz
Spatial Shell release 5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c474f25c286..e17559eb5702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = spatial-shell
pkgdesc = Implementing a spatial model inspired by Material Shell and Paper WM, for Sway.
- pkgver = 4
+ pkgver = 5
pkgrel = 1
url = https://github.com/lthms/spatial-shell
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = spatial-shell
makedepends = scdoc
depends = sway
optdepends = waybar
- source = spatial-shell-4.tar.gz::https://github.com/lthms/spatial-shell/archive/refs/tags/4.tar.gz
- sha512sums = b16a251ca1dffb9c52f7aa180291c55b8eaa4b4bbbdf835bbbd4cf7902fa4134fe4336f42e74677db50c4f81552ff92f97566a542d113dd82559f995f8fa8bff
+ source = spatial-shell-5.tbz::https://github.com/lthms/spatial-shell/releases/download/5/spatial-shell-5.tbz
+ sha512sums = 700ee2553f4d160caed2ac62b1f982b44b726297d8d3baa1e1b775c7d4eae7d5df22ad653a56418269e9d8e18265780d9bdfdf84d8a66aa4430324b9b4c7376f
pkgname = spatial-shell
diff --git a/PKGBUILD b/PKGBUILD
index 6d880fefeb90..e22ea18fdc3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas Letan <lthms@soap.coffee>
pkgname=spatial-shell
-pkgver=4
+pkgver=5
pkgrel=1
pkgdesc='Implementing a spatial model inspired by Material Shell and Paper WM, for Sway.'
url=https://github.com/lthms/spatial-shell
@@ -18,10 +18,10 @@ makedepends=(
'scdoc'
)
source=(
- "$pkgname-$pkgver.tar.gz::https://github.com/lthms/spatial-shell/archive/refs/tags/$pkgver.tar.gz"
+ "$pkgname-$pkgver.tbz::https://github.com/lthms/spatial-shell/releases/download/$pkgver/spatial-shell-$pkgver.tbz"
)
sha512sums=(
- 'b16a251ca1dffb9c52f7aa180291c55b8eaa4b4bbbdf835bbbd4cf7902fa4134fe4336f42e74677db50c4f81552ff92f97566a542d113dd82559f995f8fa8bff'
+ '700ee2553f4d160caed2ac62b1f982b44b726297d8d3baa1e1b775c7d4eae7d5df22ad653a56418269e9d8e18265780d9bdfdf84d8a66aa4430324b9b4c7376f'
)
prepare() {