summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2021-08-08 11:40:52 -0400
committerJason Stryker2021-08-08 11:40:52 -0400
commit491f1d963003d79a58aab84d2e87fcea5d11ef43 (patch)
tree5e56751a55334ede142cd6c3ad422a8c8c51119f
parenta53a3668c547347271b6a8f7da9d1e4fc0015d8b (diff)
downloadaur-491f1d963003d79a58aab84d2e87fcea5d11ef43.tar.gz
update to version 1.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50348b421dc6..0b0fbed52fd5 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.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
@@ -10,10 +10,11 @@ pkgbase = protontricks
depends = python
depends = python-vdf
depends = winetricks
- optdepends = zenity: GUI for GNOME desktop
+ 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.5.2
+ source = git+https://github.com/Matoking/protontricks.git#tag=1.6.0
sha512sums = SKIP
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index e12893e44fa7..ad7697a36a8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.5.2
+pkgver=1.6.0
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')
-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-git')