summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoracedron2021-07-17 16:10:12 +0300
committeracedron2021-07-17 16:10:12 +0300
commite36a7c6fa2b7eaddedb7bc3bde1ee9f594492c5f (patch)
treef2783ff662776078c3f70b3f41507189daf2d21b /PKGBUILD
parente716ace70445e2ea5ba0377a4580edd692495535 (diff)
downloadaur-e36a7c6fa2b7eaddedb7bc3bde1ee9f594492c5f.tar.gz
updpkgsums
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 559408f44c60..56beb6a2a602 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=abstouch-nux
pkgver=1.0.0
pkgrel=1
-pkgdesc="Makes your touchpad work like a graphics tablet on GNU/Linux."
+pkgdesc="An absolute touchpad input client for GNU/Linux."
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://github.com/acedron/abstouch-nux"
license=('GPL3')
@@ -16,7 +16,7 @@ makedepends=(
'gcc'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/acedron/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('0722f777d735b816889a29e79e300aabbc31986f191f1e3e081c7a38464c7dbc')
+sha256sums=('0d4534293ba44b07de68875a071882f5229533e59b568d7ce6b37eba6d173f96')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"