summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-11-07 08:08:07 -0500
committerJason Stryker2019-11-07 08:08:07 -0500
commitc21564ed098dd5a09bf7a771ff93b5f390815d52 (patch)
treef074bc1616e76b37fc0951e45c3aa06bb7355e44
parent714f4baa72ded982b5fa823754402141f6b39cd4 (diff)
downloadaur-c21564ed098dd5a09bf7a771ff93b5f390815d52.tar.gz
update to version 1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9278f980ebc..39b810e5402d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = protontricks
pkgdesc = A simple wrapper that does winetricks things for Proton enabled games.
- pkgver = 1.2.5
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/Matoking/protontricks
arch = any
license = GPL3
@@ -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.5.tar.gz
- sha512sums = 51371d2e2902df3c451ac9fc58ea3287d6ca2c10380a6629206ed8cf2244473593097a07046c81393209f2631d03b41632dc862480c0d586205fba03df5ec086
+ source = https://github.com/Matoking/protontricks/archive/1.3.tar.gz
+ sha512sums = 0a96a4df01816b9500a11f70be378a2c3e89d00a4542ec4d5bc3a35bc88d104c54eca2fe2dfe127bbe98b63b81e9f20a59942dba0c31dfd4369146d6747fdef5
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 81e96b99d1cc..908cfa1e0e22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jason Stryker <public at jasonstryker dot com>
pkgname=protontricks
-pkgver=1.2.5
-pkgrel=2
+pkgver=1.3
+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=('51371d2e2902df3c451ac9fc58ea3287d6ca2c10380a6629206ed8cf2244473593097a07046c81393209f2631d03b41632dc862480c0d586205fba03df5ec086')
+sha512sums=('0a96a4df01816b9500a11f70be378a2c3e89d00a4542ec4d5bc3a35bc88d104c54eca2fe2dfe127bbe98b63b81e9f20a59942dba0c31dfd4369146d6747fdef5')
build() {
cd "${srcdir}/protontricks-${pkgver}"