aboutsummaryrefslogtreecommitdiffstats
path: root/community/kanshi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kanshi/APKBUILD')
-rw-r--r--community/kanshi/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/kanshi/APKBUILD b/community/kanshi/APKBUILD
index 44c9534119b..cf5a2aa3145 100644
--- a/community/kanshi/APKBUILD
+++ b/community/kanshi/APKBUILD
@@ -2,16 +2,17 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=kanshi
-pkgver=1.2.0
+pkgver=1.5.1
pkgrel=0
pkgdesc="Dynamic display configuration for Wayland"
url="https://wayland.emersion.fr/kanshi/"
-arch="all"
license="MIT"
+arch="all"
options="!check" # no test suite
-makedepends="meson wayland-dev scdoc"
+makedepends="meson varlink-dev wayland-dev scdoc"
subpackages="$pkgname-doc"
-source="https://github.com/emersion/kanshi/releases/download/v$pkgver/kanshi-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~emersion/kanshi/archive/v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
build() {
abuild-meson . output
@@ -23,5 +24,5 @@ package() {
}
sha512sums="
-d863547f0fcc2289d52220d913a7092af1c164ef0cd118288a1731983d06d1821e03f2defec9b43275b40fee23da25135e2bea39293b9de0ec8a32775369dac0 kanshi-1.2.0.tar.gz
+0fe5fa584febe29b80eb8e896cc87734de83a7a5021e027bb864a9da9b8b333db3584f83885c2870907f4a1ec5ef8bb386356a037b7560643c4badec811bb1aa kanshi-1.5.1.tar.gz
"