summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2022-04-16 15:26:57 -0400
committerJason Stryker2022-04-16 15:26:57 -0400
commit95b05c0b80fb2f6298ee96f40ecbc0293581ef08 (patch)
treebe0d21ded9534c6cd9342552a34b70f90767ded0
parent20944eb4acca2fae13d4b3525a34f5b0e0703c16 (diff)
downloadaur-95b05c0b80fb2f6298ee96f40ecbc0293581ef08.tar.gz
add python-setuptools dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f36fefb4301b..795bf156c852 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protontricks-git
pkgdesc = A simple wrapper that does winetricks things for Proton enabled games. (Git Version)
- pkgver = 1.6.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
@@ -10,6 +10,7 @@ pkgbase = protontricks-git
depends = python
depends = python-vdf>=2.4
depends = winetricks
+ depends = python-setuptools
optdepends = yad: GUI for game selection,
optdepends = zenity: GUI for winetricks
provides = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 2ce14509d068..6b74d2617b48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks-git
-pkgver=1.6.0
+pkgver=1.8.1
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')
+depends=('python' 'python-vdf>=2.4' 'winetricks' 'python-setuptools')
optdepends=(
'yad: GUI for game selection',
'zenity: GUI for winetricks'