diff options
author | antheas | 2024-08-10 16:07:25 +0000 |
---|---|---|
committer | antheas | 2024-08-10 16:07:25 +0000 |
commit | d785ef9375c424714e78fb574c5d79c0338c0f45 (patch) | |
tree | 77d9ea8923597fa8d95f1fba3eba4754c8816447 | |
parent | 013a629e60e62559d880e09756b0987a8578b154 (diff) | |
download | aur-d785ef9375c424714e78fb574c5d79c0338c0f45.tar.gz |
update to 'v3.3.8: Sleep Wake event'
-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.3.7 + pkgver = 3.3.8 pkgrel = 1 url = https://github.com/hhd-dev/hhd arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = hhd depends = python-xlib depends = libusb optdepends = hhd-user: allows running hhd as a user service. - source = https://pypi.python.org/packages/source/h/hhd/hhd-3.3.7.tar.gz - sha512sums = a4455e1fa9ef9ccd3a2df1b2535462c94dbe7fbece95669d502a676a03605f6d1bd1b3b8066b59e2f91558e57a5c93f98e9239d3813b021e66a81f5dc512d08a + source = https://pypi.python.org/packages/source/h/hhd/hhd-3.3.8.tar.gz + sha512sums = a4e24e455c06262fae6a1199f1573410e965385a7ddd10e8bc664ee38fc6b0ffc3a6157f8b12cfaf09a1612bcea734f6e897306649accf434cc109527a4cb519 pkgname = hhd @@ -1,6 +1,6 @@ # Maintainer: Antheas Kapenekakis <aur at antheas dot dev> pkgname=hhd -pkgver=3.3.7 +pkgver=3.3.8 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=('a4455e1fa9ef9ccd3a2df1b2535462c94dbe7fbece95669d502a676a03605f6d1bd1b3b8066b59e2f91558e57a5c93f98e9239d3813b021e66a81f5dc512d08a') +sha512sums=('a4e24e455c06262fae6a1199f1573410e965385a7ddd10e8bc664ee38fc6b0ffc3a6157f8b12cfaf09a1612bcea734f6e897306649accf434cc109527a4cb519') build() { cd "hhd-$pkgver" |