summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpixl2020-07-21 16:58:41 -0400
committerpixl2020-07-21 16:58:41 -0400
commit21edc0b19fbcd18f30ea5d77ca61c6bfce0c0fc2 (patch)
tree6f15d936d592878266df844c29a6ad08972751a5 /PKGBUILD
parentc2facdb9afcf2deb1f6e5aefdecd2873898e9e91 (diff)
downloadaur-21edc0b19fbcd18f30ea5d77ca61c6bfce0c0fc2.tar.gz
Update to v0.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 470957a1f4ec..3b79d0c9c790 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=logiops
_pkgname="logiops"
_gitpkgname="logiops"
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="An unofficial driver for Logitech HID++>2.0 mice and keyboard"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ makedepends=('cmake')
conflicts=("${_pkgname-*}")
provides=("${_pkgname-*}")
source=("https://github.com/PixlOne/$_gitpkgname/archive/v$pkgver.tar.gz")
-sha256sums=('45b8cf03c48752e3391dd149d2b86422ac020032210cc30409b01ea7f8eea54c')
+sha256sums=('3a8a86007d62d4286cddf0feade5e71a6c8bd7abb79d818fd903d6947f34c8a9')
build() {
cd "$_gitpkgname-$pkgver"