summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-27 17:38:52 +0000
committerAmos Wenger2016-11-27 17:38:52 +0000
commit2afea5fe15c2420c02a380dc03bea9e44df051e3 (patch)
treeda139730cf3704df52fefcfd3f8f220fce78125e
parent8cbbb9578457f1bf0ca4f03f032af3498ad2d336 (diff)
downloadaur-2afea5fe15c2420c02a380dc03bea9e44df051e3.tar.gz
:arrow_up: v20.9.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ba203a1d38..107daf27b780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 20:39:36 UTC 2016
+# Sun Nov 27 17:38:52 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.8.0
+ pkgver = 20.9.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.8.0-canary.tar.gz
- sha256sums = 7422ab0171aedc3b7f6f0aa317bd7ba69b4a7d2567faeca99bfa2ef79af7018f
+ source = https://github.com/itchio/itch/archive/v20.9.0-canary.tar.gz
+ sha256sums = a3bfc65b3444d84c807341123a2e7f765bbd678092b0f43ab5e5763b119a8439
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index f4f0c629ff4d..44f19390d8eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.8.0
+pkgver=20.9.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=('7422ab0171aedc3b7f6f0aa317bd7ba69b4a7d2567faeca99bfa2ef79af7018f')
+sha256sums=('a3bfc65b3444d84c807341123a2e7f765bbd678092b0f43ab5e5763b119a8439')
[ "$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.8.0-canary"
+ export CI_BUILD_TAG="v20.9.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js