summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-06-20 06:20:46 -0400
committerJason Stryker2019-06-20 06:20:46 -0400
commita976165d7f3ed01e9d86d0700733c92767f8e7eb (patch)
tree766766e0e240233dc08d46d33e55f24442d6c791
parentc1c5eaff0f6ed1fb97b5700507992b5f7fdd0e3b (diff)
downloadaur-a976165d7f3ed01e9d86d0700733c92767f8e7eb.tar.gz
update to version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e637c176379..5a1f49ec90f9 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.1
+ pkgver = 1.2.2
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.1.tar.gz
- sha512sums = 386f7161f6c364d3420fd1b4d0e21f6e3af51d27f9e558c574695168b79f37548e695a3f1c2a773eb1f1feee9b601a7044b6a339f21338cf6fc0272dba865499
+ source = https://github.com/Matoking/protontricks/archive/1.2.2.tar.gz
+ sha512sums = 838605ea35590038fabd7cb01963dbd919e0bacf95062acfba40870b1a422279d495a3ea78b3d9d1fffddcbb63b6fc2b7a1585e94bff0addb568e11ca5a2da82
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 52e6e9ba3146..c32f29014c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.2.1
+pkgver=1.2.2
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=('386f7161f6c364d3420fd1b4d0e21f6e3af51d27f9e558c574695168b79f37548e695a3f1c2a773eb1f1feee9b601a7044b6a339f21338cf6fc0272dba865499')
+sha512sums=('838605ea35590038fabd7cb01963dbd919e0bacf95062acfba40870b1a422279d495a3ea78b3d9d1fffddcbb63b6fc2b7a1585e94bff0addb568e11ca5a2da82')
build() {
cd "${srcdir}/protontricks-${pkgver}"