summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiacomo Vercesi2020-09-19 17:05:12 +0200
committerGiacomo Vercesi2020-09-19 17:05:12 +0200
commitf4cd5f1f6e8830c124ea5fed54189ee4a3196f64 (patch)
tree0be5584030b509c4d41f68111bea7cf43c4ba75b /PKGBUILD
parent0333c7507750dc518243f8b7ad5d2349fa746c24 (diff)
downloadaur-protonfixes-git.tar.gz
Add provides/conflicts, update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a3bcf834068..74cd8c40d061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,14 @@
# Contributor: Chris Simons < chris at simonsmail dot net >
pkgname=("protonfixes-git")
-pkgver=1.0.15.r102.g1202914
+pkgver=1.0.15.r128.gc121a1d
pkgrel=1
pkgdesc="A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files - git version"
arch=("any")
url="https://github.com/simons-public/protonfixes"
license=("BSD")
+provides=("protonfixes")
+conflicts=("protonfixes")
makedepends=("git" "python-setuptools")
optdepends=('wine: win32 proton prefix support'
'winetricks: winetricks support'