summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-27 21:23:20 +0000
committerAmos Wenger2016-11-27 21:23:20 +0000
commitcd8289462203e88ed3ca69ca0370bea82551d504 (patch)
treee7e47cb7ff1a6a4892df96d5711fdb26d47ad547
parent2dfeaec238b7cf054f9f8a1894e26d9bfda067a1 (diff)
downloadaur-cd8289462203e88ed3ca69ca0370bea82551d504.tar.gz
:arrow_up: v20.14.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2419b6b2cde6..423d6659cd47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 19:34:36 UTC 2016
+# Sun Nov 27 21:23:20 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.13.0
+ pkgver = 20.14.0
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/v20.13.0-canary.tar.gz
- sha256sums = b8b8552ed0486114acd73bf83fc4256c1229ec7ce8be2f58f7e0fc46ae2fdc34
+ source = https://github.com/itchio/itch/archive/v20.14.0-canary.tar.gz
+ sha256sums = 2e9355405919e86ceff283a1177e181c4b99036547dc2ad360e56449eb2d9dcb
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 87e1448718d4..cd6f190f6524 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.13.0
+pkgver=20.14.0
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=('b8b8552ed0486114acd73bf83fc4256c1229ec7ce8be2f58f7e0fc46ae2fdc34')
+sha256sums=('2e9355405919e86ceff283a1177e181c4b99036547dc2ad360e56449eb2d9dcb')
[ "$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="v20.13.0-canary"
+ export CI_BUILD_TAG="v20.14.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js