summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYurii Kolesnykov2019-02-28 07:49:33 +0100
committerYurii Kolesnykov2019-02-28 07:49:33 +0100
commitfd04e8d959a8d4a8793b4e5d7fe6340822f2e667 (patch)
tree8d7fa3e49945a214ad39b97ede1f381fd861bd26
parent495299d677e5370f50682e0f41e4af3012fb8794 (diff)
downloadaur-fd04e8d959a8d4a8793b4e5d7fe6340822f2e667.tar.gz
7.1-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78625711c3cf..d673e38c4737 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-git
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
pkgver = 7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
license = BSD
@@ -9,7 +9,6 @@ pkgbase = proton-git
depends = wine
provides = proton
conflicts = proton
- replaces = proton
source = proton-git::git+https://github.com/ValveSoftware/Proton.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 76c88b4dfbb1..85a1b81fa628 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=proton-git
_pkgname=proton
pkgver=7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
arch=('x86_64')
url="https://github.com/ValveSoftware/Proton/"
license=('BSD')
depends=('python2'
- 'wine')
+ 'wine')
optdepends=()
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-replaces=("${_pkgname}")
source=("${pkgname}::git+https://github.com/ValveSoftware/Proton.git")
sha512sums=('SKIP')