summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Vercesi2020-09-19 17:05:12 +0200
committerGiacomo Vercesi2020-09-19 17:05:12 +0200
commitf4cd5f1f6e8830c124ea5fed54189ee4a3196f64 (patch)
tree0be5584030b509c4d41f68111bea7cf43c4ba75b
parent0333c7507750dc518243f8b7ad5d2349fa746c24 (diff)
downloadaur-protonfixes-git.tar.gz
Add provides/conflicts, update version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1df65f71563..551d682b8540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = protonfixes-git
pkgdesc = A module for applying fixes at runtime to unsupported games with Steam Proton without changing game installation files - git version
- pkgver = 1.0.15.r102.g1202914
+ pkgver = 1.0.15.r128.gc121a1d
pkgrel = 1
url = https://github.com/simons-public/protonfixes
arch = any
@@ -13,6 +13,8 @@ pkgbase = protonfixes-git
optdepends = python-kivy: splash progress dialog
optdepends = kdialog: splash progress dialog
optdepends = zenity: splash progress dialog
+ provides = protonfixes
+ conflicts = protonfixes
source = protonfixes-git::git+https://github.com/simons-public/protonfixes#branch=master
md5sums = SKIP
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'