diff options
author | antheas | 2025-01-02 17:54:26 +0000 |
---|---|---|
committer | antheas | 2025-01-02 17:54:26 +0000 |
commit | ffd6b90208389f3b1f0bcbdaadc9841bf1eee2c0 (patch) | |
tree | b3da3a99462b7404c2b30a72164b1b4c9fcb483e | |
parent | d870d89e4500d971778472db1d11cce725df8d8d (diff) | |
download | aur-ffd6b90208389f3b1f0bcbdaadc9841bf1eee2c0.tar.gz |
update to 'v3.10.0: Hibernation Update'
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |