main/gesture: upgrade to v0.5 (MR 1354)
This commit is contained in:
parent
96fd971ead
commit
63284f5520
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Maintainer: Craig Comstock <craig@unreasonablefarm.org>
|
||||
pkgname=gesture
|
||||
pkgver=0.1
|
||||
pkgrel=2
|
||||
pkgver=0.5
|
||||
pkgrel=0
|
||||
pkgdesc="handwriting algorithm with implementation for linux touchscreens injecting keys into a tty"
|
||||
url="https://gitlab.com/unrznbl/gesture"
|
||||
arch="all"
|
||||
license="GPL-3.0-only"
|
||||
depends="python3 py3-libevdev"
|
||||
makedepends="linux-headers"
|
||||
install="$pkgname.post-install $pkgname.pre-deinstall"
|
||||
options="!check"
|
||||
|
@ -20,4 +21,4 @@ package() {
|
|||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="bb06d5579883e441087c1162c06fabde8051efa9cf4d5327983d589d86f94a11d3d1075b49d81aa042cf0c064f7ae403f1ce607535814d316316cd42ebc1d512 gesture-v0.1.tar.gz"
|
||||
sha512sums="759ecbbfc5a2c474d0b484eceb5c2336fb36bb1ded4e1a69390c890b07d0b58a152afa88e7d04bf97ce2d58e2d166864acaa114c2bfefe5abd29b06dde2050e1 gesture-v0.5.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue