summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2020-04-21 15:42:50 +0200
committerRichard Neumann2020-04-21 15:42:50 +0200
commit1264a1e826240583e16dcd5b18d53960e28b5976 (patch)
tree853f7a760b642adbd98c064cdbbce72726a08541
parent217cbab48c1e1354f423d1b041faedd5ec105da2 (diff)
downloadaur-1264a1e826240583e16dcd5b18d53960e28b5976.tar.gz
Fixed version number.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa023760feda..9d581fc8ed2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amd-sfh-hid-dkms
pkgdesc = Experimental HID driver modules for the AMD Sensor Fusion Hub (DKMS)
pkgver = 2.1.4
- pkgrel = 3
+ pkgrel = 1
url = https://github.com/conqp/linux.git
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d31e763228fa..03d4f8f28b63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=amd-sfh-hid
pkgname="${_pkgbase}-dkms"
pkgver=2.1.4
-pkgrel=3
+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"