summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-02-14 19:05:19 +0100
committerX3n0m0rph592020-02-14 19:05:19 +0100
commit8b24ae1e9169f8973e125276cf48431a8ecec5cc (patch)
tree4372ae8fed741dba368ecaacf85a3653076bea40
parent788d9fc8e5a682a258f2c62fc72df55dc8b05291 (diff)
downloadaur-8b24ae1e9169f8973e125276cf48431a8ecec5cc.tar.gz
Trigger rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4551cb4ef31a..f123705a3a5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eruption-roccat-vulcan-git
pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
pkgver = 0.1.0
- pkgrel = 0
+ pkgrel = 1
url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
install = eruption.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 678ae94017d4..e851f5a947ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='eruption-roccat-vulcan-git'
_pkgname='eruption-roccat-vulcan'
pkgdesc='Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards'
pkgver='0.1.0'
-pkgrel='0'
+pkgrel='1'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
@@ -133,11 +133,14 @@ package() {
#install -m 644 "support/sfx/phaser2.wav" "$pkgdir/usr/share/eruption/sfx/"
install -m 644 "support/profiles/default.profile" "$pkgdir/var/lib/eruption/profiles/"
+ install -m 644 "support/profiles/fx1.profile" "$pkgdir/var/lib/eruption/profiles/"
+ install -m 644 "support/profiles/fx2.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/gaming.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/profile2.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/profile3.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/preset-red-yellow.profile" "$pkgdir/var/lib/eruption/profiles/"
install -m 644 "support/profiles/preset-blue-red.profile" "$pkgdir/var/lib/eruption/profiles/"
+ install -m 644 "support/profiles/spectrum-analyzer.profile" "$pkgdir/var/lib/eruption/profiles/"
# Web-Frontend
#mkdir -p "$pkgdir/usr/share/eruption/templates"