summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAvery Murray2023-03-05 13:28:59 -0700
committerAvery Murray2023-03-05 13:28:59 -0700
commit95fbb8b7ac4021ac0213e361a72c96bd04e8b428 (patch)
tree3105a198452106d281e72bd7017afe1d4170131a /PKGBUILD
parent4bd982c6b7676e3aa6d23558ff9eb477d21f02a5 (diff)
downloadaur-proton-caller.tar.gz
update to 3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7129348806c..eddf2f964613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=proton-call
pkgname=proton-caller
__pkgname=Proton-Caller
-pkgver=3.1.1
+pkgver=3.1.2
pkgrel=1
pkgdesc="Run any Windows program through Proton"
arch=('x86_64')
@@ -13,7 +13,7 @@ makedepends=('rust' 'gcc')
conflicts=(proton-caller-git)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/caverym/"$__pkgname"/archive/${pkgver}.tar.gz")
-sha256sums=('e5a1624a5d62d6bb1a87217c914d9a883f51a58865db5c13deba28e7b9392466')
+sha256sums=('926733e48ff38b552de1d2623521b228182d32c0ab3fa9f644bfb5560856bdce')
build() {
cd "$srcdir/$pkgname-$pkgver"