summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--eruption.install2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 019070270175..606bbd5bb1b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = eruption-roccat-vulcan-git
pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
install = eruption.install
@@ -9,9 +9,9 @@ pkgbase = eruption-roccat-vulcan-git
license = GPL3+
makedepends = git
makedepends = rust
- makedepends = libevdev
- makedepends = hidapi
- makedepends = systemd-libs
+ depends = libevdev
+ depends = hidapi
+ depends = systemd-libs
conflicts = eruption-roccat-vulcan
source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 45806a6d145b..e454220c46ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
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.5'
+pkgver='0.0.6'
pkgrel='1'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
license=('GPL3+')
groups=()
-depends=()
-makedepends=('git' 'rust' 'libevdev' 'hidapi' 'systemd-libs')
+depends=('libevdev' 'hidapi' 'systemd-libs')
+makedepends=('git' 'rust')
checkdepends=()
optdepends=()
provides=()
diff --git a/eruption.install b/eruption.install
index 1f3b27a1c039..90082033f2d0 100644
--- a/eruption.install
+++ b/eruption.install
@@ -1,5 +1,5 @@
post_install() {
- # systemctl preset eruption
+ systemctl preset eruption
udevadm control --reload-rules
}