summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2025-01-02 17:54:26 +0000
committerantheas2025-01-02 17:54:26 +0000
commitffd6b90208389f3b1f0bcbdaadc9841bf1eee2c0 (patch)
treeb3da3a99462b7404c2b30a72164b1b4c9fcb483e
parentd870d89e4500d971778472db1d11cce725df8d8d (diff)
downloadaur-ffd6b90208389f3b1f0bcbdaadc9841bf1eee2c0.tar.gz
update to 'v3.10.0: Hibernation Update'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6ab85ff60f4..c9e572443ecd 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.9.1
+ pkgver = 3.10.0
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.9.1.tar.gz
- sha512sums = dfd334e5b509cf20a845bc40e1d6ff0f706f211ede32164b45177fadf4a44b6ec6352b3e8343504214589461fd60dbcfcb7c8f3b5914611443f00178275bf3a3
+ source = https://pypi.python.org/packages/source/h/hhd/hhd-3.10.0.tar.gz
+ sha512sums = 880b7905b6174e020cfc4672fcf57f0abc14f7dddbe68ef6c5f0a85fb3e445e5bb4505faebfbe42f12d207de68f18e8256f042b4b2d7e8bf9732e2e243a5b333
pkgname = hhd
diff --git a/PKGBUILD b/PKGBUILD
index 2fb945065bee..007964abd71f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Antheas Kapenekakis <aur at antheas dot dev>
pkgname=hhd
-pkgver=3.9.1
+pkgver=3.10.0
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=('dfd334e5b509cf20a845bc40e1d6ff0f706f211ede32164b45177fadf4a44b6ec6352b3e8343504214589461fd60dbcfcb7c8f3b5914611443f00178275bf3a3')
+sha512sums=('880b7905b6174e020cfc4672fcf57f0abc14f7dddbe68ef6c5f0a85fb3e445e5bb4505faebfbe42f12d207de68f18e8256f042b4b2d7e8bf9732e2e243a5b333')
build() {
cd "hhd-$pkgver"