summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-09-26 09:18:52 +0200
committerfrostworx2020-09-26 09:18:52 +0200
commit511f72a4307dbcefe60c7f5ecf1e1a762e89c0a8 (patch)
treea39dd8c85d9bf3c531d47a81cb9d54aa9e6772fc
parentcd9aa119a76cb688bc6cf58510597b9d5aa29539 (diff)
downloadaur-511f72a4307dbcefe60c7f5ecf1e1a762e89c0a8.tar.gz
added optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fcc34cb6533..39c5f16936d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
@@ -28,6 +28,7 @@ pkgbase = steamtinkerlaunch
optdepends = gameconqueror: for optional cheating
optdepends = xorg-xprop: for optional window toggle and side-by-side VR
optdepends = gamescope: for optional GameScope support
+ optdepends = libnotify: for optional Notifier
source = steamtinkerlaunch-2.0.3.tar.gz::https://github.com/frostworx/steamtinkerlaunch/archive/v2.0.3.tar.gz
sha256sums = 5f7784f805a8ab7d03da0ae1ac2b7997dee4f79b30426dd042ce43d4c3f79e89
diff --git a/PKGBUILD b/PKGBUILD
index 6cc82ae4048c..008f8ffe0c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=2.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
@@ -34,6 +34,7 @@ optdepends=(
'gameconqueror: for optional cheating'
'xorg-xprop: for optional window toggle and side-by-side VR'
'gamescope: for optional GameScope support'
+ 'libnotify: for optional Notifier'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")