summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-24 19:22:03 +0000
committerAmos Wenger2016-11-24 19:22:03 +0000
commit36f42f9707cd8e4603bde3f8f8974f32a9b3c6ad (patch)
tree00d2eebe8d6752b55c47eddf30f40c83068ee15c
parentb7cfa103fa66d5b30a6d46950e49cc2e39730992 (diff)
downloadaur-36f42f9707cd8e4603bde3f8f8974f32a9b3c6ad.tar.gz
:arrow_up: v20.3.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66aa5b735b90..84dfa2756c85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 15:17:26 UTC 2016
+# Thu Nov 24 19:22:03 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.2.0
+ pkgver = 20.3.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.2.0-canary.tar.gz
- sha256sums = 9ce1955a1985b2c5e55458cfcbeb662999e7a5359b51fe2ce1722025f0741e94
+ source = https://github.com/itchio/itch/archive/v20.3.0-canary.tar.gz
+ sha256sums = 9e5db93a82513c4638eb9f62b2dce6f07fa786fc24e9f2021797c857a532b6c6
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index c87b8c3fa912..530e56b97ba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.2.0
+pkgver=20.3.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=('9ce1955a1985b2c5e55458cfcbeb662999e7a5359b51fe2ce1722025f0741e94')
+sha256sums=('9e5db93a82513c4638eb9f62b2dce6f07fa786fc24e9f2021797c857a532b6c6')
[ "$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.2.0-canary"
+ export CI_BUILD_TAG="v20.3.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js