aboutsummaryrefslogtreecommitdiffstats
path: root/community/lisgd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lisgd/APKBUILD')
-rw-r--r--community/lisgd/APKBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/community/lisgd/APKBUILD b/community/lisgd/APKBUILD
index db60ee5e0b1..98310f27590 100644
--- a/community/lisgd/APKBUILD
+++ b/community/lisgd/APKBUILD
@@ -1,13 +1,13 @@
+# Contributor: Maarten van Gompel <proycon@anaproy.nl>
# Maintainer: Miles Alan <m@milesalan.com>
-# Contributor: Miles Alan <m@milesalan.com>
pkgname=lisgd
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=0
pkgdesc="simple libinput gesture daemon"
-url="http://git.sr.ht/~mil/lisgd"
+url="https://git.sr.ht/~mil/lisgd"
arch="all"
license="MIT"
-makedepends="libinput-dev eudev-dev libx11-dev"
+makedepends="libinput-dev eudev-dev libx11-dev wayland-dev"
options="!check" # This package has no tests
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~mil/lisgd/archive/$pkgver.tar.gz"
@@ -19,4 +19,7 @@ build() {
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
-sha512sums="0cb99e1169105a52c0a716c58f6c7450407f7e6dfa25fb9db53ef702b231b43a18553995b0f57469ac76ed55126114d56ccc712da3a5bde7d41bcf3af37b5c8d lisgd-0.3.0.tar.gz"
+
+sha512sums="
+315b4a423aef35b341160f92777bc867475e8be54f8de3f376677f6e1f2dc243cf8559044df0cde3ca9ef1b3e157a6deedabf159949aa9c0adefc548c55fa854 lisgd-0.4.0.tar.gz
+"