summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2023-10-28 15:53:48 -0400
committerShayne Hartford2023-10-28 15:53:48 -0400
commitc8d1273743759569738b4a59ae5c30156a55ee0d (patch)
tree1c286032bdc7bfbe1545998f10625562d676dc9c
parent895543cedb4b9dbcee5cf330017f338ab3424486 (diff)
downloadaur-c8d1273743759569738b4a59ae5c30156a55ee0d.tar.gz
Provide wootility-lekker
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61967cfaac49..345b9a3daaee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wootility-lekker-appimage
pkgdesc = Utility for configuring Wooting keyboards (binary AppImage version)
pkgver = 4.6.7
- pkgrel = 1
+ pkgrel = 2
url = https://wooting.io/wootility
install = wooting.install
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = wootility-lekker-appimage
depends = fuse2
optdepends = xboxdrv: Analog gamepad support (input group required)
provides = wootility
+ provides = wootility-lekker
conflicts = wootility
options = !strip
source = https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-lekker-linux-latest/wootility-lekker-4.6.7.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 23f69da88564..917c46fe7cfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=wootility-lekker
pkgname=${_pkgname}-appimage
pkgver=4.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="Utility for configuring Wooting keyboards (binary AppImage version)"
arch=('x86_64')
url="https://wooting.io/wootility"
license=('unknown')
depends=('fuse2')
optdepends=('xboxdrv: Analog gamepad support (input group required)')
-provides=('wootility')
+provides=('wootility' 'wootility-lekker')
conflicts=('wootility')
options=(!strip)
install=wooting.install