summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2021-02-01 19:40:49 +0100
committerRichard Neumann2021-02-01 19:40:49 +0100
commit4141934d2367f60585e0ee8152cf7441f32b2078 (patch)
treea509406fe048b2d07837c573a6c28070fb2b93c2
parente3c7cd29f07cc7657c26f5b5d5b56f0f42f5a24d (diff)
downloadaur-4141934d2367f60585e0ee8152cf7441f32b2078.tar.gz
Updated to 4.0.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6b262f550e..02c54a6570f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = amd-sfh-hid-dkms
pkgdesc = Refactored HID driver modules for the AMD Sensor Fusion Hub (DKMS)
- pkgver = 4.0.0
+ pkgver = 4.0.1
pkgrel = 1
url = https://github.com/conqp/amd-sfh-hid-dkms
arch = i686
arch = x86_64
license = GPL2
depends = dkms
- source = https://github.com/conqp/amd-sfh-hid-dkms/archive/4.0.0.tar.gz
+ source = https://github.com/conqp/amd-sfh-hid-dkms/archive/4.0.1.tar.gz
source = dkms.conf
- sha256sums = 03b31cff11570ddd90ce935ef7d7d0e62a4e51aa1af9efa2ec70f03e09e78969
+ sha256sums = c0464924271d82cc1e19725563e8c59aa03d8f84350a88028abaa2b4e8b8e72d
sha256sums = 6cdb0eae3f2aff4564f653d8b7117112918631a170d154cc2fc2998ad8787615
pkgname = amd-sfh-hid-dkms
diff --git a/PKGBUILD b/PKGBUILD
index 96ae26ab715b..0fa443a64441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgbase=amd-sfh-hid
pkgname="${_pkgbase}-dkms"
-pkgver=4.0.0
+pkgver=4.0.1
pkgrel=1
pkgdesc="Refactored HID driver modules for the AMD Sensor Fusion Hub (DKMS)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL2')
depends=('dkms')
source=("${url}/archive/${pkgver}.tar.gz"
'dkms.conf')
-sha256sums=('03b31cff11570ddd90ce935ef7d7d0e62a4e51aa1af9efa2ec70f03e09e78969'
+sha256sums=('c0464924271d82cc1e19725563e8c59aa03d8f84350a88028abaa2b4e8b8e72d'
'6cdb0eae3f2aff4564f653d8b7117112918631a170d154cc2fc2998ad8787615')
package() {