summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorX3n0m0rph592019-11-29 08:57:23 +0100
committerX3n0m0rph592019-11-29 08:57:23 +0100
commita3b4c8e3b5ca197aaaeda135f97cad4942194ea6 (patch)
tree254c55c4961c23597b54e99d1f44c64354489f56 /PKGBUILD
parent63a0804a7405de96123f156785dce5bcf0185ad3 (diff)
downloadaur-a3b4c8e3b5ca197aaaeda135f97cad4942194ea6.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 288e4eb4fabd..9eb2ed74893e 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='2'
+pkgrel='3'
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 "src/support/templates/about.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "src/support/templates/base.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "src/support/templates/detail.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "src/support/templates/documentation.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "src/support/templates/profiles.html.tera" "$pkgdir/usr/share/eruption/templates/"
- install -m 644 "src/support/templates/settings.html.tera" "$pkgdir/usr/share/eruption/templates/"
+ 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/"
}