summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-07-24 09:23:27 +0200
committerX3n0m0rph592020-07-24 09:23:27 +0200
commite664c03bcc32cb615a92d4190bdba42a232c6710 (patch)
tree8cfa2412cc8f43d2d6d9e207f1e8b57228b70022
parent371611a68089e6daeb55bf69e9d54588eb884cec (diff)
downloadaur-e664c03bcc32cb615a92d4190bdba42a232c6710.tar.gz
Trigger rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6013e947ef2..e8a4fa2e1381 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.11
- pkgrel = 1
+ pkgrel = 2
url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
install = eruption.install
arch = i686
@@ -19,7 +19,7 @@ pkgbase = eruption-roccat-vulcan-git
backup = etc/eruption/eruption.conf
backup = src/scripts/lib/themes/*
backup = src/scripts/lib/macros/*
- source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=4c668ae3c3cf91217e81d6c28a70168e20a9d3ebw
+ source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=bed35a7db3fe1ee7ad2d6a031a553bf7031e9947
sha512sums = SKIP
pkgname = eruption-roccat-vulcan-git
diff --git a/PKGBUILD b/PKGBUILD
index e39c652a48cb..0f00a91085bc 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.11'
-pkgrel='1'
+pkgrel='2'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
@@ -21,7 +21,7 @@ backup=(etc/eruption/eruption.conf src/scripts/lib/themes/* src/scripts/lib/macr
options=()
install='eruption.install'
changelog=
-source=('git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=4c668ae3c3cf91217e81d6c28a70168e20a9d3ebw')
+source=('git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=bed35a7db3fe1ee7ad2d6a031a553bf7031e9947')
noextract=()
sha512sums=('SKIP')
@@ -111,6 +111,8 @@ package() {
install -m 644 "src/scripts/ghost.lua.manifest" "$pkgdir/usr/share/eruption/scripts/"
install -m 644 "src/scripts/gradient.lua" "$pkgdir/usr/share/eruption/scripts/"
install -m 644 "src/scripts/gradient.lua.manifest" "$pkgdir/usr/share/eruption/scripts/"
+ install -m 644 "src/scripts/heatmap.lua" "$pkgdir/usr/share/eruption/scripts/"
+ install -m 644 "src/scripts/heatmap.lua.manifest" "$pkgdir/usr/share/eruption/scripts/"
install -m 644 "src/scripts/linear-gradient.lua" "$pkgdir/usr/share/eruption/scripts/"
install -m 644 "src/scripts/linear-gradient.lua.manifest" "$pkgdir/usr/share/eruption/scripts/"
install -m 644 "src/scripts/heartbeat.lua" "$pkgdir/usr/share/eruption/scripts/"