summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Stryker2019-11-12 06:46:58 -0500
committerJason Stryker2019-11-12 06:46:58 -0500
commiteae4a850076e08c8508c4c631f1c75250f873247 (patch)
treeb873b7c46dabdd33ec9aa6c54c948234ce6f78b3
parentc21564ed098dd5a09bf7a771ff93b5f390815d52 (diff)
downloadaur-eae4a850076e08c8508c4c631f1c75250f873247.tar.gz
fix sha512 again...
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39b810e5402d..ad5c9b431c84 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.3
- 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.3.tar.gz
- sha512sums = 0a96a4df01816b9500a11f70be378a2c3e89d00a4542ec4d5bc3a35bc88d104c54eca2fe2dfe127bbe98b63b81e9f20a59942dba0c31dfd4369146d6747fdef5
+ sha512sums = eb99ca9548cde2fa73705b838b7cb93c7b76460a9d96bb69aeaad772f304f37c9e0eb2481e9123145825a7379bd9d998a0fbeb52f77adf663d5c49bcff61be20
pkgname = protontricks
diff --git a/PKGBUILD b/PKGBUILD
index 908cfa1e0e22..956ba5fd60e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protontricks
pkgver=1.3
-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=('0a96a4df01816b9500a11f70be378a2c3e89d00a4542ec4d5bc3a35bc88d104c54eca2fe2dfe127bbe98b63b81e9f20a59942dba0c31dfd4369146d6747fdef5')
+sha512sums=('eb99ca9548cde2fa73705b838b7cb93c7b76460a9d96bb69aeaad772f304f37c9e0eb2481e9123145825a7379bd9d998a0fbeb52f77adf663d5c49bcff61be20')
build() {
cd "${srcdir}/protontricks-${pkgver}"