summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2018-08-24 20:53:40 -0400
committerSean Anderson2018-08-24 20:53:40 -0400
commit17046c61fe41a0ae73ed47151a1619d5bc2e24fe (patch)
tree8d3818d79b76f924d9dbed7e750d3c7093cfc5ea
parent39a9eb4726d95d1b2ec9ea5c2744cde4166889dc (diff)
downloadaur-17046c61fe41a0ae73ed47151a1619d5bc2e24fe.tar.gz
Update to 2018-08-23
Not doing the version released on the 24th because it has beta in the version and I'm going to wait and see if they actually switch versioning schemes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b5013cbf257..95ed5970b062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = proton
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components
- pkgver = 3.7_20180821
+ pkgver = 3.7_20180823
pkgrel = 1
url = https://github.com/ValveSoftware/Proton/
arch = x86_64
license = BSD
depends = python2
depends = wine
- source = https://github.com/ValveSoftware/Proton/archive/proton-3.7-20180821.tar.gz
- md5sums = 7a14f75fcde394c3883800dc51b105a5
+ source = https://github.com/ValveSoftware/Proton/archive/proton-3.7-20180823.tar.gz
+ md5sums = 3d44538bf4ee0547de219a793c92194f
pkgname = proton
diff --git a/PKGBUILD b/PKGBUILD
index ce12297ccbd2..9b1cbf50807f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Mantainer: Sean Anderson <seanga2@gamil.com>
pkgname=proton
-pkgver=3.7_20180821
+pkgver=3.7_20180823
pkgrel=1
epoch=
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components"
@@ -27,7 +27,7 @@ install=
changelog=
source=("https://github.com/ValveSoftware/Proton/archive/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=('7a14f75fcde394c3883800dc51b105a5')
+md5sums=('3d44538bf4ee0547de219a793c92194f')
prepare() {
cd "Proton-$pkgname-${pkgver//_/-}"