summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-09-17 21:28:45 -0400
committerJason Stryker2019-09-17 21:28:45 -0400
commit3570f70ebe9756d24852102fe39b015a7a957de4 (patch)
tree31562766acdec853a55b9df5c950e02ae85dc6c3
parent0ae84de29c1fa3d65fa8666c17ac1ee88a62c985 (diff)
downloadaur-3570f70ebe9756d24852102fe39b015a7a957de4.tar.gz
update to version 1.2.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21abfddab003..ebb8aed1f840 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.2.4
+ pkgver = 1.2.5
pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
@@ -13,8 +13,8 @@ pkgbase = protontricks
optdepends = zenity: GUI for GNOME desktop
provides = protontricks
conflicts = protontricks-git
- source = https://github.com/Matoking/protontricks/archive/1.2.4.tar.gz
- sha512sums = 47a3750dd46374e921526caf105c95341eca91be737ed5a55ef3be6aa2547995b5f2498050fcb9c613f87cf468dc92e7be4ca1869a8d499660829cabb42f98e4
+ source = https://github.com/Matoking/protontricks/archive/1.2.5.tar.gz
+ sha512sums = 920eeb4504aac1cdc640704b673b1014705adbacebf1ef056b69e33c464515c1d8be6b815a3305efb70396a7935affed43c04c779818e3f0693b44bfe3c4e305
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 576e9c456192..c94c9b5e0948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games."
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('git' 'python-setuptools')
provides=("protontricks")
conflicts=('protontricks-git')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('47a3750dd46374e921526caf105c95341eca91be737ed5a55ef3be6aa2547995b5f2498050fcb9c613f87cf468dc92e7be4ca1869a8d499660829cabb42f98e4')
+sha512sums=('920eeb4504aac1cdc640704b673b1014705adbacebf1ef056b69e33c464515c1d8be6b815a3305efb70396a7935affed43c04c779818e3f0693b44bfe3c4e305')
build() {
cd "${srcdir}/protontricks-${pkgver}"