summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2019-10-04 15:12:15 +0200
committerFrederik “Freso” S. Olesen2019-10-04 15:12:15 +0200
commit663fb8a3cb4a6995dffe60d4ff2f5e342135f55e (patch)
treeae9776d417e3d46f41728b59b151ff5e4886bd6d /PKGBUILD
parent05731a8dd1e1449992912e880a9c0c1e23480d9a (diff)
downloadaur-663fb8a3cb4a6995dffe60d4ff2f5e342135f55e.tar.gz
Handle disabling of AppImage desktop integration differently
Instead of $optdepend’ing on a single‐file package, link to documentation in (new) .install file instead.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6de4bc2cea61..892667857d0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_pkgname=wootility
pkgname=${_pkgname}-appimage
pkgver=3.3.1
-pkgrel=2
+pkgrel=3
pkgdesc='Utility for configuring Wooting keyboards (binary AppImage version)'
arch=('x86_64')
url='https://wooting.io/wootility'
license=('unknown')
makedepends=('p7zip')
-optdepends=('no-appimage-desktop-integration: Stop AppImage system integration dialogue')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
options=(!strip)
_appimage="${_pkgname}-${pkgver}-x86_64.AppImage"
+install=$pkgname.install
source=("https://s3.eu-west-2.amazonaws.com/wooting-update/wootility-linux-latest/${_appimage}"
'70-wooting.rules')
noextract=("${_appimage}")