summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aef756939f91..7f3e6c605ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: oi_wtf <brainpower at mailbox dot org>
pkgname=tuxedo-touchpad-switch
-pkgver=1.0.7
+pkgver=1.0.8
pkgrel=1
pkgdesc="A Linux userspace driver to enable and disable the touchpads on TongFang/Uniwill laptops"
url="https://github.com/tuxedocomputers/tuxedo-touchpad-switch"
arch=(x86_64)
-license=(GPL3)
+license=(GPL-3.0-or-later)
depends=("glib2")
makedepends=("git" "cmake" "ninja")
@@ -14,14 +14,12 @@ makedepends=("git" "cmake" "ninja")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-_commit="78f47d6c21429c188a4742f5d39e09767b54f3ae" # tag v1.0.7
+_commit="9c7982fb2732561db3540a8fe96431cd55b9b707" # tag v1.0.8
#https://github.com/tuxedocomputers/tuxedo-touchpad-switch/archive/v$pkgver/${pkgname}-${pkgver}.tar.gz
source=(
git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=$_commit
)
-sha256sums=(
- SKIP
-)
+sha256sums=('b02f66567ad2e913c54cc062eac3abcda65986893b53c43d37aed4e7bdd3022b')
#prepare() {
# cd "${pkgname}"