summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-05-11 09:27:14 +0200
committerX3n0m0rph592020-05-11 09:27:14 +0200
commitde80e8f2f6fca37d097277b62e980652d215f97f (patch)
treee5b6bfc3a40c3c5da36bc1b243630cbe07338d92
parentab9e6aaf442025061aa63407dea4254a83814a7e (diff)
downloadaur-de80e8f2f6fca37d097277b62e980652d215f97f.tar.gz
Trigger rebuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2338aa239fa..c261057a3175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eruption-roccat-vulcan-git
pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
pkgver = 0.1.7
- pkgrel = 0
+ pkgrel = 1
url = https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/
install = eruption.install
arch = i686
@@ -15,8 +15,9 @@ pkgbase = eruption-roccat-vulcan-git
depends = dbus
depends = libpulse
depends = alsa-lib
+ provides = eruption-roccat-vulcan
conflicts = eruption-roccat-vulcan
- source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git
+ source = git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=f8be76060ac0ddb8d7b982b87627925370b8b5c0
sha512sums = SKIP
pkgname = eruption-roccat-vulcan-git
diff --git a/PKGBUILD b/PKGBUILD
index dae2397c7eba..497f00c53a73 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.1.7'
-pkgrel='0'
+pkgrel='1'
epoch=
arch=('i686' 'x86_64')
url='https://x3n0m0rph59.gitlab.io/eruption-roccat-vulcan/'
@@ -14,17 +14,16 @@ depends=('libevdev' 'hidapi' 'systemd-libs' 'dbus' 'libpulse' 'alsa-lib')
makedepends=('git' 'rust')
checkdepends=()
optdepends=()
-provides=()
+provides=('eruption-roccat-vulcan')
conflicts=('eruption-roccat-vulcan')
replaces=()
backup=()
options=()
install='eruption.install'
changelog=
-source=('git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git')
+source=('git+https://gitlab.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=f8be76060ac0ddb8d7b982b87627925370b8b5c0')
noextract=()
sha512sums=('SKIP')
-PKGEXT='.pkg.tar.gz'
build() {
cd "$_pkgname"