summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorb10n2019-01-12 23:09:45 +0100
committerb10n2019-01-12 23:09:45 +0100
commitfda510ae3b58b9335ccb7343bfc9df5494b790d5 (patch)
treea56a4d22550250d7777e5f08e831250841a3a9bf
parent8621b40d58b1f1a7980d692ab655a9ad8f4c4c22 (diff)
downloadaur-fda510ae3b58b9335ccb7343bfc9df5494b790d5.tar.gz
update PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d1c99754235..5d175558ccb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powermate-git
pkgdesc = A small Linux userspace driver for the Griffin PowerMate.
pkgver = v5.r20.g3f6459f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stefansundin/powermate-linux
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index a885f07b5e92..562340efbddc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: b10n <b10n@dittes.nl>
pkgname=powermate-git
pkgver=v5.r20.g3f6459f
-pkgrel=1
+pkgrel=2
pkgdesc="A small Linux userspace driver for the Griffin PowerMate."
-arch=('x86_64')
+arch=("x86_64")
url="https://github.com/stefansundin/powermate-linux"
-license=('GPL3')
-depends=('libpulse')
+license=("GPL3")
+depends=("libpulse")
source=("git+https://github.com/stefansundin/powermate-linux.git"
"git+https://github.com/cktan/tomlc99.git")
-md5sums=('SKIP' 'SKIP')
+md5sums=("SKIP" "SKIP")
prepare() {
- cd powermate-linux
+ cd "$srcdir/powermate-linux"
git submodule init
git config submodule.tomlc99.url "$srcdir/tomlc99"
git submodule update