summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2025-01-23 17:34:30 +0000
committerantheas2025-01-23 17:34:30 +0000
commit0881175c268f29d337f04999924b37ccfc5a3330 (patch)
treec8a26c9b4f4ca10636287ff1b6d78a80ad46e4af
parent4587290721e02b18d5c30eb2bb95517e4b3a9c06 (diff)
downloadaur-0881175c268f29d337f04999924b37ccfc5a3330.tar.gz
update to 'v3.11.1: Gyro Hotfix'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 917857aff544..a2d4eae29933 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hhd
pkgdesc = Handheld Daemon. A tool for managing the quirks of handheld devices.
- pkgver = 3.11.0
+ pkgver = 3.11.1
pkgrel = 1
url = https://github.com/hhd-dev/hhd
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = hhd
depends = python-pyserial
depends = lsof
optdepends = hhd-user: allows running hhd as a user service.
- source = https://pypi.python.org/packages/source/h/hhd/hhd-3.11.0.tar.gz
- sha512sums = ca7667b18d35bac6b55d251cf225e669bb8de39fdc524d7d9e1581741d8dbba00b97205b6526af564005bda19f7a561f31e97e5f72a4946aceb8bf035d3319e0
+ source = https://pypi.python.org/packages/source/h/hhd/hhd-3.11.1.tar.gz
+ sha512sums = ed1bbf033ea0e72501b361f2dc7dac0bed6967457c2a1d6b97bfc95f1e0c58fa237b5f00d73235b927f901ebd66502cbd586a8b7d84127c5edc154ee23b43ea0
pkgname = hhd
diff --git a/PKGBUILD b/PKGBUILD
index f5dc5f423b2c..12c9138d7587 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antheas Kapenekakis <aur at antheas dot dev>
pkgname=hhd
-pkgver=3.11.0
+pkgver=3.11.1
pkgrel=1
pkgdesc='Handheld Daemon. A tool for managing the quirks of handheld devices.'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python' 'python-setuptools' 'python-evdev' 'python-rich' 'python-yaml'
optdepends=('hhd-user: allows running hhd as a user service.')
makedepends=('python-'{'build','installer','setuptools','wheel'})
source=("https://pypi.python.org/packages/source/h/hhd/hhd-${pkgver}.tar.gz")
-sha512sums=('ca7667b18d35bac6b55d251cf225e669bb8de39fdc524d7d9e1581741d8dbba00b97205b6526af564005bda19f7a561f31e97e5f72a4946aceb8bf035d3319e0')
+sha512sums=('ed1bbf033ea0e72501b361f2dc7dac0bed6967457c2a1d6b97bfc95f1e0c58fa237b5f00d73235b927f901ebd66502cbd586a8b7d84127c5edc154ee23b43ea0')
build() {
cd "hhd-$pkgver"