summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-24 19:42:53 +0000
committerAmos Wenger2016-11-24 19:42:53 +0000
commit52bc23396b95acf5dcd97131a036f13e4be1d2bd (patch)
tree577418019577ced94ef9e23db80303ca011d79f5
parent36f42f9707cd8e4603bde3f8f8974f32a9b3c6ad (diff)
downloadaur-52bc23396b95acf5dcd97131a036f13e4be1d2bd.tar.gz
:arrow_up: v20.4.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84dfa2756c85..0087c8024e10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 24 19:22:03 UTC 2016
+# Thu Nov 24 19:42:53 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.3.0
+ pkgver = 20.4.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.3.0-canary.tar.gz
- sha256sums = 9e5db93a82513c4638eb9f62b2dce6f07fa786fc24e9f2021797c857a532b6c6
+ source = https://github.com/itchio/itch/archive/v20.4.0-canary.tar.gz
+ sha256sums = 1aef7d846f33dfcc2199826ec9071fb18d5883a03d8754c7707968472b25b0d8
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 530e56b97ba0..aa07ac009b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.3.0
+pkgver=20.4.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=('9e5db93a82513c4638eb9f62b2dce6f07fa786fc24e9f2021797c857a532b6c6')
+sha256sums=('1aef7d846f33dfcc2199826ec9071fb18d5883a03d8754c7707968472b25b0d8')
[ "$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.3.0-canary"
+ export CI_BUILD_TAG="v20.4.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js