summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b6c017cd0f3..4e964885cfb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="A simple wrapper that does winetricks things for Proton enabled games."
arch=('any')
url="https://github.com/Matoking/protontricks"
@@ -13,7 +13,7 @@ makedepends=('git' 'python-setuptools')
provides=("protontricks")
conflicts=('protontricks-git')
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('261e85f4faed20c9daeb539c7b5cfc80bfad20627c937b737c617b9732cc5f62741253adbf1045792160227b29637f2cd9012d409ea4f9af09d4e4497ed4d5d8')
+sha512sums=('5be8305bfe046ed1922efe340c44fce16a2992b168755f5735a9eb601a875ea213ff8b839a9a2e2b9bc39934f1d3f792a249ac20468caae79463c3ac05b2ded5')
build() {
cd "${srcdir}/protontricks-${pkgver}"