aboutsummaryrefslogtreecommitdiffstats
path: root/community/lisgd/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lisgd/APKBUILD')
-rw-r--r--community/lisgd/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/lisgd/APKBUILD b/community/lisgd/APKBUILD
index 7b5e36ce744..98310f27590 100644
--- a/community/lisgd/APKBUILD
+++ b/community/lisgd/APKBUILD
@@ -1,10 +1,10 @@
# Contributor: Maarten van Gompel <proycon@anaproy.nl>
# Maintainer: Miles Alan <m@milesalan.com>
pkgname=lisgd
-pkgver=0.3.4
+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="
-53378491c0ba9f124ca0772c81099f4639387666b94bf16305dc560fc22d83e7155e9dde3817978616d2e241f4831eae3dab7d4fd5ef3020d9c5ecf4520b9ecd lisgd-0.3.4.tar.gz
+315b4a423aef35b341160f92777bc867475e8be54f8de3f376677f6e1f2dc243cf8559044df0cde3ca9ef1b3e157a6deedabf159949aa9c0adefc548c55fa854 lisgd-0.4.0.tar.gz
"