summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-10-02 17:59:35 -0400
committerJason Stryker2019-10-02 17:59:35 -0400
commit714f4baa72ded982b5fa823754402141f6b39cd4 (patch)
treee630e9866e9161362608659c199c357af793a664
parent3570f70ebe9756d24852102fe39b015a7a957de4 (diff)
downloadaur-714f4baa72ded982b5fa823754402141f6b39cd4.tar.gz
sha512 sum was changed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb8aed1f840..b9278f980ebc 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 = 1
+ pkgrel = 2
url = https://github.com/Matoking/protontricks
arch = any
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = protontricks
provides = protontricks
conflicts = protontricks-git
source = https://github.com/Matoking/protontricks/archive/1.2.5.tar.gz
- sha512sums = 920eeb4504aac1cdc640704b673b1014705adbacebf1ef056b69e33c464515c1d8be6b815a3305efb70396a7935affed43c04c779818e3f0693b44bfe3c4e305
+ sha512sums = 51371d2e2902df3c451ac9fc58ea3287d6ca2c10380a6629206ed8cf2244473593097a07046c81393209f2631d03b41632dc862480c0d586205fba03df5ec086
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index c94c9b5e0948..81e96b99d1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protontricks
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
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=('920eeb4504aac1cdc640704b673b1014705adbacebf1ef056b69e33c464515c1d8be6b815a3305efb70396a7935affed43c04c779818e3f0693b44bfe3c4e305')
+sha512sums=('51371d2e2902df3c451ac9fc58ea3287d6ca2c10380a6629206ed8cf2244473593097a07046c81393209f2631d03b41632dc862480c0d586205fba03df5ec086')
build() {
cd "${srcdir}/protontricks-${pkgver}"