summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrostworx2020-12-09 14:50:06 +0100
committerfrostworx2020-12-09 14:50:06 +0100
commitad304c4e39bdd0facbbe5499fa2f4e7b3257ffad (patch)
tree8171ce5c485b34ec5f774ad8d4407fa3247fac52
parent7ce7ffbcfb5ff6eeea1b0016be12e2812ed4e7be (diff)
downloadaur-ad304c4e39bdd0facbbe5499fa2f4e7b3257ffad.tar.gz
added bc to the dependencies thanks podiki
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49f14d0dfdcc..375288142cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = steamtinkerlaunch
pkgdesc = Wrapper script for Steam custom launch options
pkgver = 3.1.335
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/frostworx/steamtinkerlaunch
arch = any
license = GPL3
+ depends = bc
depends = bash
depends = git
depends = procps-ng
diff --git a/PKGBUILD b/PKGBUILD
index c1b9fbc7223c..a41472e663c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Co-Maintainer: Marcel Unbehaun <f.rostze.ux at gmail dot com>
pkgname=steamtinkerlaunch
pkgver=3.1.335
-pkgrel=1
+pkgrel=2
pkgdesc="Wrapper script for Steam custom launch options"
arch=('any')
url="https://github.com/frostworx/steamtinkerlaunch"
license=('GPL3')
-depends=('bash' 'git' 'procps-ng' 'unzip' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
+depends=('bc' 'bash' 'git' 'procps-ng' 'unzip' 'wget' 'which' 'xdotool' 'xorg-xprop' 'xorg-xrandr' 'xorg-xwininfo' 'yad')
optdepends=(
'strace: write a strace log of the launched game'
'gamemode: for using GameMode per game'