summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-27 18:50:32 +0000
committerAmos Wenger2016-11-27 18:50:32 +0000
commit8ccfbc7934be0a3a63f0ef0bba7d38584fe34bb7 (patch)
tree7d2e97272003e2adff1391004d8d2d6bfa2be258
parentd8a8d5f46a8575c42cab4a8d7dc794ddccac5605 (diff)
downloadaur-8ccfbc7934be0a3a63f0ef0bba7d38584fe34bb7.tar.gz
:arrow_up: v20.12.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bea4f49275f..d9003166e71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 18:14:05 UTC 2016
+# Sun Nov 27 18:50:32 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.10.0
+ pkgver = 20.12.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.10.0-canary.tar.gz
- sha256sums = 057d07af0f3fcf1978ccabc0e2d06f09ae04182e02724d7a409dda470f3beab3
+ source = https://github.com/itchio/itch/archive/v20.12.0-canary.tar.gz
+ sha256sums = d74b996a9423729fb2f60de20ab93d5b7ee05a8e60fd9ea9c6019d93cb0b8785
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 9a5f3fd36b5e..555755a80bb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.10.0
+pkgver=20.12.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=('057d07af0f3fcf1978ccabc0e2d06f09ae04182e02724d7a409dda470f3beab3')
+sha256sums=('d74b996a9423729fb2f60de20ab93d5b7ee05a8e60fd9ea9c6019d93cb0b8785')
[ "$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.10.0-canary"
+ export CI_BUILD_TAG="v20.12.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js