summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian2020-03-28 16:10:25 +0100
committerAlexander Sulfrian2020-03-28 16:10:25 +0100
commit5bd3a3e45d1a9610e1e1e2a2aa4e9aa8dbf02fda (patch)
tree5c6ca5aa169d23f133f4fabff65118e204ef9d08
parent964e10a74cd5e71c07e41c658bd6f4bbb6650a5b (diff)
downloadaur-5bd3a3e45d1a9610e1e1e2a2aa4e9aa8dbf02fda.tar.gz
Verison bump, add x86_64 arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f240ffbfc9d..0b33e3972407 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = pivccu-modules-dkms
pkgdesc = Kernel modules needed for Homematic
- pkgver = 1.0.27
+ pkgver = 1.0.39
pkgrel = 1
url = https://github.com/alexreinert/piVCCU/
+ arch = x86_64
arch = arm
arch = armv6h
arch = armv7h
@@ -10,7 +11,7 @@ pkgbase = pivccu-modules-dkms
makedepends = dtc
depends = dkms
conflicts = pivccu-modules
- source = pivccu::git+https://github.com/alexreinert/piVCCU#commit=d4a972d79228af2f755ba9684ee3dd8cc38f3706
+ source = pivccu::git+https://github.com/alexreinert/piVCCU#commit=7a692da961423f496ce65164b271a3ef4dd800b2
source = dkms.conf
sha256sums = SKIP
sha256sums = 0440113135ab4b9a2d46859abd2854f831e99da06f9e410c56bef199b7d0a6df
diff --git a/PKGBUILD b/PKGBUILD
index d5f59aae3344..14007fd2f60f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
_pkgbase=pivccu-modules
pkgname=${_pkgbase}-dkms
-pkgver=1.0.27
+pkgver=1.0.39
pkgrel=1
pkgdesc="Kernel modules needed for Homematic"
-arch=('arm' 'armv6h' 'armv7h')
+arch=('x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/alexreinert/piVCCU/"
license=('GPL')
depends=('dkms')
makedepends=('dtc')
conflicts=("${_pkgbase}")
-source=("pivccu::git+https://github.com/alexreinert/piVCCU#commit=d4a972d79228af2f755ba9684ee3dd8cc38f3706"
+source=("pivccu::git+https://github.com/alexreinert/piVCCU#commit=7a692da961423f496ce65164b271a3ef4dd800b2"
"dkms.conf")
-sha256sums=("SKIP"
- "0440113135ab4b9a2d46859abd2854f831e99da06f9e410c56bef199b7d0a6df")
+sha256sums=('SKIP'
+ '0440113135ab4b9a2d46859abd2854f831e99da06f9e410c56bef199b7d0a6df')
package() {
install -Dm644 -t "${pkgdir}"/usr/src/${_pkgbase}-${pkgver}/ \