summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-02-15 11:11:59 +0100
committerX3n0m0rph592020-02-15 11:11:59 +0100
commit7a08d32276644717e7f7f2c375d65c21bd6189eb (patch)
tree87d523a8a86872372c8d82798df96b026acc72ba
parent8b24ae1e9169f8973e125276cf48431a8ecec5cc (diff)
downloadaur-7a08d32276644717e7f7f2c375d65c21bd6189eb.tar.gz
Trigger rebuild
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f123705a3a5f..0c410fc214d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = eruption-roccat-vulcan-git
pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
install = eruption.install
arch = i686
arch = x86_64
license = GPL3+
makedepends = git
- makedepends = rust-nightly
+ makedepends = rust
depends = libevdev
depends = hidapi
depends = systemd-libs
diff --git a/PKGBUILD b/PKGBUILD
index e851f5a947ce..18472e5cbe2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,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.1.0'
-pkgrel='1'
+pkgrel='2'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
license=('GPL3+')
groups=()
depends=('libevdev' 'hidapi' 'systemd-libs' 'dbus' 'libpulse' 'alsa-lib')
-makedepends=('git' 'rust-nightly')
+makedepends=('git' 'rust')
checkdepends=()
optdepends=()
provides=()