summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-30 09:14:34 +0000
committerAmos Wenger2016-11-30 09:14:34 +0000
commite6a2110f3c233fed15a944cca96bdac4b58a0e40 (patch)
tree5528c05e3340556cf4523d68eaff085e3017946f
parent1556bbe26c6a54c8c9be7cbf72deaf2481bad18c (diff)
downloadaur-e6a2110f3c233fed15a944cca96bdac4b58a0e40.tar.gz
:arrow_up: v21.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6acb46e8f07b..8181e0fc7248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Nov 29 16:55:59 UTC 2016
+# Wed Nov 30 09:14:34 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 21.0.2
+ pkgver = 21.0.3
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -22,8 +22,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v21.0.2.tar.gz
- sha256sums = 88c6cfae3af6cb74dbfd3353f4e3ec4487d44aefeae53766b06bbec3eaa1bb1f
+ source = https://github.com/itchio/itch/archive/v21.0.3.tar.gz
+ sha256sums = 7d52c97e662f8c68d19918f4578263a720b450735bf6b62f9b30f52a9f2d7c07
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index acdea12dbe9b..2e2e5fe3381a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=21.0.2
+pkgver=21.0.3
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -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=('88c6cfae3af6cb74dbfd3353f4e3ec4487d44aefeae53766b06bbec3eaa1bb1f')
+sha256sums=('7d52c97e662f8c68d19918f4578263a720b450735bf6b62f9b30f52a9f2d7c07')
[ "$CARCH" = "i686" ] && _ELECTRON_ARCH=ia32; _ITCH_ARCH=i386
[ "$CARCH" = "x86_64" ] && _ELECTRON_ARCH=x64; _ITCH_ARCH=amd64
@@ -34,7 +34,7 @@ prepare() {
build() {
cd "${srcdir}/itch-${pkgver}"
- export CI_BUILD_TAG="v21.0.2"
+ export CI_BUILD_TAG="v21.0.3"
export CI_CHANNEL="stable"
release/ci-compile.js