summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJason Stryker2021-08-08 11:40:26 -0400
committerJason Stryker2021-08-08 11:40:26 -0400
commit20944eb4acca2fae13d4b3525a34f5b0e0703c16 (patch)
tree8c9f23f80c98af0aba8be63736acfa5e3612de97 /PKGBUILD
parent5bff367c10741865d866fe4db91088abb2a1857d (diff)
downloadaur-20944eb4acca2fae13d4b3525a34f5b0e0703c16.tar.gz
pkgver bump + yad dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47520e6e1287..2ce14509d068 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks-git
-pkgver=1.4
+pkgver=1.6.0
pkgrel=1
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games. (Git Version)"
arch=('any')
url="https://github.com/Matoking/protontricks"
license=('GPL3')
depends=('python' 'python-vdf>=2.4' 'winetricks')
-optdepends=('zenity: GUI for GNOME desktop')
+optdepends=(
+ 'yad: GUI for game selection',
+ 'zenity: GUI for winetricks'
+)
makedepends=('git' 'python-setuptools-scm')
provides=("protontricks")
conflicts=('protontricks')