summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1f49ec90f9..f0816c80e9c7 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.2
+ pkgver = 1.2.3
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.2.tar.gz
- sha512sums = 838605ea35590038fabd7cb01963dbd919e0bacf95062acfba40870b1a422279d495a3ea78b3d9d1fffddcbb63b6fc2b7a1585e94bff0addb568e11ca5a2da82
+ source = https://github.com/Matoking/protontricks/archive/1.2.3.tar.gz
+ sha512sums = 0424e2ab872691faa30856458b4870816d50aeb4a442249f866b6ae66b68ce1e04549b7b36f59f54cacc6243516c895d4937478e90922f4c91d7311980c406e8
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index c32f29014c78..43a4ef3ee7bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.2.2
+pkgver=1.2.3
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=('838605ea35590038fabd7cb01963dbd919e0bacf95062acfba40870b1a422279d495a3ea78b3d9d1fffddcbb63b6fc2b7a1585e94bff0addb568e11ca5a2da82')
+sha512sums=('0424e2ab872691faa30856458b4870816d50aeb4a442249f866b6ae66b68ce1e04549b7b36f59f54cacc6243516c895d4937478e90922f4c91d7311980c406e8')
build() {
cd "${srcdir}/protontricks-${pkgver}"