summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2022-07-01 14:49:36 -0400
committerJason Stryker2022-07-01 14:49:36 -0400
commitdeae3d79507ea2d053d4e5ed936b91c9b9dd9b66 (patch)
tree8e5aeefebc507930d60df19d54754ad494fa9bfc
parent4be097f7d16b436faed0575cb1aeb6374bed7d71 (diff)
downloadaur-deae3d79507ea2d053d4e5ed936b91c9b9dd9b66.tar.gz
upgrade to version 1.8.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edde587111e1..d3192447d3d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protontricks
pkgdesc = A simple wrapper that does winetricks things for Proton enabled games.
- pkgver = 1.8.1
+ pkgver = 1.8.2
pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
@@ -10,11 +10,12 @@ pkgbase = protontricks
depends = python
depends = python-vdf
depends = winetricks
+ depends = python-setuptools
optdepends = yad: GUI for game selection,
optdepends = zenity: GUI for winetricks
provides = protontricks
conflicts = protontricks-git
- source = git+https://github.com/Matoking/protontricks.git#tag=1.8.1
+ source = git+https://github.com/Matoking/protontricks.git#tag=1.8.2
sha512sums = SKIP
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 699951dbb470..d733bf2ca74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.8.1
+pkgver=1.8.2
pkgrel=1
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games."
arch=('any')
url="https://github.com/Matoking/protontricks"
license=('GPL3')
-depends=('python' 'python-vdf' 'winetricks')
+depends=('python' 'python-vdf' 'winetricks' 'python-setuptools')
optdepends=(
'yad: GUI for game selection',
'zenity: GUI for winetricks'