summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAmos Wenger2016-05-31 15:51:48 +0000
committerAmos Wenger2016-05-31 15:51:48 +0000
commit8607a05a92203db3d180d40cb5a75ff8c52972b9 (patch)
treebaa8f9452d67e30e9474eed069c28ef8f9e06af5 /PKGBUILD
parentdaeb02a4273d3f1e6be38dc9bf05921c68240c37 (diff)
downloadaur-8607a05a92203db3d180d40cb5a75ff8c52972b9.tar.gz
:arrow_up: v17.6.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65364d23e9ce..33a0ad90bdeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=itch
pkgver=17.6.6
-pkgrel=1
+pkgrel=2
pkgdesc="The best way to play itch.io games."
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ install="itch.install"
# sic. - source is in itch repo, kitch is a dummy repo for canary-channel github releases
source=("https://github.com/itchio/itch/archive/v${pkgver}.tar.gz")
-sha256sums=('5ad926fb9d0c1a5e287a78de41a9ef2bf8135971da01492ed44f37fdf901edeb')
+sha256sums=('5bcf314f87ba5bacdb0d7860d2be8108436a172357e82ea8a5a58cd7aa5ead15')
[ "$CARCH" = "i686" ] && _ELECTRON_ARCH=ia32; _ITCH_ARCH=i386
[ "$CARCH" = "x86_64" ] && _ELECTRON_ARCH=x64; _ITCH_ARCH=amd64