summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-12-28 13:33:06 +0000
committerAmos Wenger2016-12-28 13:33:06 +0000
commitf8391cd00dfaa71f62670917f5cc0b163deb4645 (patch)
tree09b7ceac97a049049d6832c4d954bcd09b27b252
parent01e6a9a1c1268fb4b9be835abad963da0eed2b68 (diff)
downloadaur-f8391cd00dfaa71f62670917f5cc0b163deb4645.tar.gz
:arrow_up: v22.3.2-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dd2479c97e8..3f5f5d0cc752 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 13:14:24 UTC 2016
+# Wed Dec 28 13:33:06 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 22.3.0
+ pkgver = 22.3.2
pkgrel = 1
url = https://github.com/itchio/kitch
install = kitch.install
@@ -22,8 +22,8 @@ pkgbase = kitch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v22.3.0-canary.tar.gz
- sha256sums = 38e553797fc22d3bcce4707f188a3a7643c6cef7bc449a34494bb209aa012e34
+ source = https://github.com/itchio/itch/archive/v22.3.2-canary.tar.gz
+ sha256sums = 98f28da779f41962af167cb7f10f19b6e43e9b96764f587fb48ee14186a92349
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 210595843ce9..a5ebcc3db8e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=22.3.0
+pkgver=22.3.2
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -17,7 +17,7 @@ install="kitch.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}-canary.tar.gz")
-sha256sums=('38e553797fc22d3bcce4707f188a3a7643c6cef7bc449a34494bb209aa012e34')
+sha256sums=('98f28da779f41962af167cb7f10f19b6e43e9b96764f587fb48ee14186a92349')
[ "$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}-canary"
- export CI_BUILD_TAG="v22.3.0-canary"
+ export CI_BUILD_TAG="v22.3.2-canary"
export CI_CHANNEL="canary"
release/ci-compile.js