aboutsummaryrefslogtreecommitdiffstats
path: root/community/wlr-randr/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wlr-randr/APKBUILD')
-rw-r--r--community/wlr-randr/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/wlr-randr/APKBUILD b/community/wlr-randr/APKBUILD
index 1245eea3508..20fe1f76d98 100644
--- a/community/wlr-randr/APKBUILD
+++ b/community/wlr-randr/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=wlr-randr
-pkgver=0.2.0
+pkgver=0.4.1
pkgrel=0
pkgdesc="Utility to manage outputs of a Wayland compositor"
-url="https://github.com/emersion/wlr-randr"
+url="https://sr.ht/~emersion/wlr-randr/"
license="MIT"
arch="all"
-options="!check" # no test suite
makedepends="meson wayland-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/emersion/wlr-randr/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~emersion/wlr-randr/archive/v$pkgver.tar.gz"
+builddir="$srcdir/$pkgname-v$pkgver"
+options="!check" # no test suite
build() {
abuild-meson . output
@@ -20,4 +21,6 @@ package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
-sha512sums="213e35d97ee4c5fe4e524119eba66f121707a4ccb9076f48ceb47091e2ca987ed43f9897168b4d62efd10457d256225cd23423e039c1fcd705d7ba7e779a6722 wlr-randr-0.2.0.tar.gz"
+sha512sums="
+42e58b14b1202bcf2d8b8c544d09aa11f1b7ada2b2796006651564c6f839c1e90a2adddf9a868f3858ea1af64cbd003927337fc1be957acdfa29d63c45a54d08 wlr-randr-0.4.1.tar.gz
+"