aboutsummaryrefslogtreecommitdiffstats
path: root/community/lisgd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lisgd/APKBUILD')
-rw-r--r--community/lisgd/APKBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/lisgd/APKBUILD b/community/lisgd/APKBUILD
index f0192e9e213..98310f27590 100644
--- a/community/lisgd/APKBUILD
+++ b/community/lisgd/APKBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Miles Alan <m@milesalan.com>
# Contributor: Maarten van Gompel <proycon@anaproy.nl>
+# Maintainer: Miles Alan <m@milesalan.com>
pkgname=lisgd
-pkgver=0.3.2
+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 wayland-dev"
@@ -19,6 +19,7 @@ build() {
package() {
make PREFIX=/usr DESTDIR="$pkgdir" install
}
+
sha512sums="
-8ac63ab31d86b6e88deee75481683baaf882ebb0ddb4098bd7a2a8da1816673a58e1e8dda7f84b411a5740f4b085fca516c699dc6fcd7e2bd11e200c39631021 lisgd-0.3.2.tar.gz
+315b4a423aef35b341160f92777bc867475e8be54f8de3f376677f6e1f2dc243cf8559044df0cde3ca9ef1b3e157a6deedabf159949aa9c0adefc548c55fa854 lisgd-0.4.0.tar.gz
"