summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorX3n0m0rph592019-05-25 19:25:32 +0200
committerX3n0m0rph592019-05-25 19:25:32 +0200
commit2c8dbe4393325a07aabb983c3397d1b0cc89ffdd (patch)
tree4ed0041788a0138d6140d8537fe082e7db0904b3 /PKGBUILD
parenta2b68199e976c3cbcce4eb335ccbfd3342eb705f (diff)
downloadaur-2c8dbe4393325a07aabb983c3397d1b0cc89ffdd.tar.gz
Release 0.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e454220c46ae..7fea11699b87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
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.6'
+pkgver='0.0.7'
pkgrel='1'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
license=('GPL3+')
groups=()
-depends=('libevdev' 'hidapi' 'systemd-libs')
+depends=('libevdev' 'hidapi' 'systemd-libs' 'dbus')
makedepends=('git' 'rust')
checkdepends=()
optdepends=()
@@ -63,6 +63,8 @@ package() {
install -m 644 "support/udev/99-eruption-roccat-vulcan.rules" "$pkgdir/usr/lib/udev/rules.d/"
+ install -m 644 "support/dbus/org.eruption.control.conf" "$pkgdir/etc/dbus-1/system.d/"
+
install -m 644 "support/man/eruption.8" "$pkgdir/usr/share/man/man8/"
install -m 644 "support/man/eruption.conf.5" "$pkgdir/usr/share/man/man5/"