summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroi_wtf2022-01-26 09:06:32 +0100
committeroi_wtf2022-01-26 09:06:32 +0100
commit2ad6c21c17e64e4c5f044c9ab0e9d16e186c434e (patch)
tree26dcd9f1b3e913167494de54507e1948fc3cb328
parent3b3f337069e7f4767fbdf1b27ad8426c7aa9a448 (diff)
downloadaur-2ad6c21c17e64e4c5f044c9ab0e9d16e186c434e.tar.gz
upgpkg: tuxedo-touchpad-switch 1.0.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD19
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec4ed1ae94ef..72e5ee394d76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuxedo-touchpad-switch
pkgdesc = A Linux userspace driver to enable and disable the touchpads on TongFang/Uniwill laptops
- pkgver = 1.0.1
- pkgrel = 2
+ pkgver = 1.0.3
+ pkgrel = 1
url = https://github.com/tuxedocomputers/tuxedo-touchpad-switch
arch = x86_64
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = tuxedo-touchpad-switch
depends = glib2
provides = tuxedo-touchpad-switch
conflicts = tuxedo-touchpad-switch
- source = git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=3f90c9c6c1e51f6d8538877d2f15677ce39b167b
+ source = git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=88c8e4561087a3c7e8bf60bdd72a1f0005864eb0
sha256sums = SKIP
pkgname = tuxedo-touchpad-switch
diff --git a/PKGBUILD b/PKGBUILD
index 417bb947de25..6724fdc85d99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
# Maintainer: oi_wtf <brainpower at mailbox dot org>
-# Contributor: Steven Seifried <gitlab at canox dot net>
pkgname=tuxedo-touchpad-switch
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.3
+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)
@@ -15,21 +14,17 @@ makedepends=("git" "cmake" "ninja")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
+_commit="88c8e4561087a3c7e8bf60bdd72a1f0005864eb0"
#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=3f90c9c6c1e51f6d8538877d2f15677ce39b167b
+ git+https://github.com/tuxedocomputers/tuxedo-touchpad-switch.git#commit=$_commit
)
sha256sums=(SKIP)
#sha256sums=('dd4fa6871735fed3e094f177f0a2d0861fd3411ef4e6fbf1fbba5405a01ae219')
-prepare() {
- cd "${pkgname}"
-
- cat >> "res/99-tuxedo-touchpad-switch.rules" <<EOF
-KERNELS=="i2c-UNIW0001:00", SUBSYSTEMS=="i2c", DRIVERS=="i2c_hid_acpi", ATTRS{name}=="UNIW0001:00", SUBSYSTEM=="hidraw", MODE="0622"
-EOF
-
-}
+#prepare() {
+# cd "${pkgname}"
+#}
build() {
cd "${pkgname}"