summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorX3n0m0rph592020-11-20 03:52:09 +0100
committerX3n0m0rph592020-11-20 03:52:09 +0100
commit56f0fcbb853dcee8f133d867cb324250514a3021 (patch)
tree75531cf14f3fd1005232f1a5a0dc378a1af7374c
parentddebe46f2bc89277808b7954cc4ee3d0c9dce1ab (diff)
downloadaur-56f0fcbb853dcee8f133d867cb324250514a3021.tar.gz
New release
Rename project to Eruption
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD20
2 files changed, 19 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b03f85380552..1154b31a1f2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = eruption-roccat-vulcan-git
- pkgdesc = Linux user-mode driver for the ROCCAT Vulcan 100/12x series keyboards
- pkgver = 0.1.17
- pkgrel = 4
- url = https://github.com/X3n0m0rph59/eruption-roccat-vulcan
+pkgbase = eruption-git
+ pkgdesc = Linux user-mode input and LED driver for keyboards, mice and other devices
+ pkgver = 0.1.18
+ pkgrel = 3
+ url = https://github.com/X3n0m0rph59/eruption
install = eruption.install
arch = i686
arch = x86_64
@@ -18,13 +18,14 @@ pkgbase = eruption-roccat-vulcan-git
depends = libpulse
depends = luajit
depends = lua51-socket
- provides = eruption-roccat-vulcan
+ provides = eruption
conflicts = eruption-roccat-vulcan
+ conflicts = eruption-roccat-vulcan-git
backup = etc/eruption/eruption.conf
backup = usr/share/eruption/scripts/lib/themes/*
backup = usr/share/eruption/scripts/lib/macros/*
- source = git+https://github.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=652c0a36759b687963d954630f51695ebb4cf394
+ source = git+https://github.com/X3n0m0rph59/eruption.git#commit=5ffe6dfe6e104a27645d4a9993e15a5d19f0cf52
sha512sums = SKIP
-pkgname = eruption-roccat-vulcan-git
+pkgname = eruption-git
diff --git a/PKGBUILD b/PKGBUILD
index 3651ad995743..ea27f438dedb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,27 @@
# Maintainer: X3n0m0rph59 <x3n0m0rph59@gmail.com>
-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.17'
-pkgrel='4'
+pkgname='eruption-git'
+_pkgname='eruption'
+pkgdesc='Linux user-mode input and LED driver for keyboards, mice and other devices'
+pkgver='0.1.18'
+pkgrel='3'
epoch=
arch=('i686' 'x86_64')
-url='https://github.com/X3n0m0rph59/eruption-roccat-vulcan'
+url='https://github.com/X3n0m0rph59/eruption'
license=('GPL3+')
groups=()
depends=('libevdev' 'hidapi' 'systemd-libs' 'dbus' 'libpulse' 'luajit' 'lua51-socket')
makedepends=('git' 'rust' 'xorg-server-devel' 'libxrandr')
checkdepends=()
optdepends=()
-provides=('eruption-roccat-vulcan')
-conflicts=('eruption-roccat-vulcan')
+provides=('eruption')
+conflicts=('eruption-roccat-vulcan' 'eruption-roccat-vulcan-git')
replaces=()
backup=(etc/eruption/eruption.conf usr/share/eruption/scripts/lib/themes/* usr/share/eruption/scripts/lib/macros/*)
options=()
install='eruption.install'
changelog=
-source=('git+https://github.com/X3n0m0rph59/eruption-roccat-vulcan.git#commit=652c0a36759b687963d954630f51695ebb4cf394')
+source=('git+https://github.com/X3n0m0rph59/eruption.git#commit=5ffe6dfe6e104a27645d4a9993e15a5d19f0cf52')
noextract=()
sha512sums=('SKIP')
@@ -83,7 +83,7 @@ package() {
install -m 644 "support/systemd/eruption-process-monitor.service" "$pkgdir/usr/lib/systemd/user/"
install -m 644 "support/systemd/eruption-process-monitor.preset" "$pkgdir/usr/lib/systemd/user-preset/50-eruption-process-monitor.preset"
- install -m 644 "support/udev/99-eruption-roccat-vulcan.rules" "$pkgdir/usr/lib/udev/rules.d/"
+ install -m 644 "support/udev/99-eruption.rules" "$pkgdir/usr/lib/udev/rules.d/"
install -m 644 "support/dbus/org.eruption.control.conf" "$pkgdir/etc/dbus-1/system.d/"