summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevin J. Pohly2016-05-31 12:03:26 -0400
committerDevin J. Pohly2016-05-31 12:03:26 -0400
commit0ffe2fea8273a628f7c30018181674a490d1eb4f (patch)
tree9470233248cbf5b389d793aec5bcca80f5cd4225
parent651af4be94262d31a663200a510fa32dd6ede019 (diff)
downloadaur-0ffe2fea8273a628f7c30018181674a490d1eb4f.tar.gz
update for 1.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
-rw-r--r--piuio.install2
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1259ac67c4b6..8780004062db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue May 31 16:03:09 UTC 2016
pkgbase = piuio
pkgdesc = Kernel driver for the PIUIO arcade input device
- pkgver = 0.4
- pkgrel = 2
+ pkgver = 1.0
+ pkgrel = 1
url = https://github.com/djpohly/piuio
install = piuio.install
arch = i686
@@ -9,10 +11,10 @@ pkgbase = piuio
license = GPL2
makedepends = kmod
makedepends = linux-headers
- source = https://github.com/djpohly/piuio/archive/v0.4.tar.gz
- sha256sums = 17580ca9862d2b39f5c9d8d033423842c0d71ce9ce0a99b27ef4e9c1e50a33bb
+ source = https://github.com/djpohly/piuio/archive/v1.0.tar.gz
+ sha256sums = 47b5b6a08b488d3cb4701054be3f419030a677c2ab2f594eb2efb630818c2d11
pkgname = piuio
- depends = linux>=4.0
- depends = linux<4.1
+ depends = linux>=
+ depends = linux<
diff --git a/PKGBUILD b/PKGBUILD
index defe73f85a71..10abb44c8103 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# To build for alternate kernels, change pkgname to match
pkgname=piuio
#pkgname=piuio-lts
-pkgver=0.4
-pkgrel=2
+pkgver=1.0
+pkgrel=1
_kernelname=${pkgname#piuio}
_srcname=piuio
pkgdesc="Kernel driver for the PIUIO arcade input device"
@@ -13,7 +13,7 @@ license=('GPL2')
makedepends=('kmod' "linux$_kernelname-headers")
install=$_srcname.install
source=("https://github.com/djpohly/$_srcname/archive/v$pkgver.tar.gz")
-sha256sums=('17580ca9862d2b39f5c9d8d033423842c0d71ce9ce0a99b27ef4e9c1e50a33bb')
+sha256sums=('47b5b6a08b488d3cb4701054be3f419030a677c2ab2f594eb2efb630818c2d11')
build() {
# Build against currently installed headers for the given kernel
diff --git a/piuio.install b/piuio.install
index 6af5ce92b615..fb77a17304e7 100644
--- a/piuio.install
+++ b/piuio.install
@@ -1,4 +1,4 @@
-KERNEL_VERSION=4.0-ARCH
+KERNEL_VERSION=4.5-ARCH
post_install() {
echo ">>> Updating module dependencies. Please wait..."