summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-04-22 23:33:36 +0200
committerRichard Neumann2020-04-22 23:33:36 +0200
commite3ac959f4d3c07329a1ecc3e6e59db7c8134cb09 (patch)
tree6a245b05bd2b3b7888112259287e8c079b630725
parentf20712c56feaecaa8c670fcf7710bfd421fb9eea (diff)
downloadaur-e3ac959f4d3c07329a1ecc3e6e59db7c8134cb09.tar.gz
Updated to 2.2.4.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 929bd1e0d72d..ad664d71d072 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = amd-sfh-hid-dkms
pkgdesc = Experimental HID driver modules for the AMD Sensor Fusion Hub (DKMS)
- pkgver = 2.2.3
- pkgrel = 2
+ pkgver = 2.2.4
+ pkgrel = 1
url = https://github.com/conqp/linux.git
arch = i686
arch = x86_64
license = GPL2
makedepends = git
depends = dkms
- source = linux-sfh::git+https://github.com/conqp/linux.git#tag=amd-sfh-hid-2.2.3
+ source = linux-sfh::git+https://github.com/conqp/linux.git#tag=amd-sfh-hid-2.2.4
source = dkms.conf
sha256sums = SKIP
sha256sums = 989aae3b663ad67652a90ff4cfdde85daa9035a099a5f2e72794ae5715fb6fcd
diff --git a/PKGBUILD b/PKGBUILD
index 8137e8d29451..1f4dc4b199b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgbase=amd-sfh-hid
pkgname="${_pkgbase}-dkms"
-pkgver=2.2.3
-pkgrel=2
+pkgver=2.2.4
+pkgrel=1
pkgdesc="Experimental HID driver modules for the AMD Sensor Fusion Hub (DKMS)"
arch=('i686' 'x86_64')
url="https://github.com/conqp/linux.git"