summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorX3n0m0rph592019-11-29 09:03:10 +0100
committerX3n0m0rph592019-11-29 09:03:10 +0100
commit011738a6a00e103797c7462399fd6bdbbe70c96e (patch)
treea41c5f7196682faed242b7e41158f99af2583e3a /PKGBUILD
parenta3b4c8e3b5ca197aaaeda135f97cad4942194ea6 (diff)
downloadaur-011738a6a00e103797c7462399fd6bdbbe70c96e.tar.gz
Trigger Rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eb2ed74893e..fd86c6c53be7 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.0.9'
-pkgrel='3'
+pkgrel='4'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
@@ -90,10 +90,10 @@ package() {
install -m 644 "src/scripts/temperature.lua" "$pkgdir/usr/lib/eruption/scripts/"
install -m 644 "src/scripts/temperature.lua.manifest" "$pkgdir/usr/lib/eruption/scripts/"
- install -m 644 "support/templates/about.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "support/templates/base.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "support/templates/detail.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "support/templates/documentation.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "support/templates/profiles.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "support/templates/settings.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/about.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/base.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/detail.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/documentation.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/profiles.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ install -m 644 "templates/settings.html.tera" "$pkgdir/usr/share/eruption/templates/"
}