summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-20 16:15:27 +0000
committerAmos Wenger2016-11-20 16:15:27 +0000
commita2aedaee9a1735ddca1207e98221133c9ceb8417 (patch)
tree8052465bbd37708acede1a947e031c2a8b05acf8
parent6345393fe08c3043f64288fbc34bf57a1bff6231 (diff)
downloadaur-a2aedaee9a1735ddca1207e98221133c9ceb8417.tar.gz
:arrow_up: v19.1.11-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b508eebef4c..07513b2501ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 13:58:21 UTC 2016
+# Sun Nov 20 16:15:27 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 19.1.10
+ pkgver = 19.1.11
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/v19.1.10-canary.tar.gz
- sha256sums = e6854bd66964ebfce1558d55c1e9b62829184a01d9fdc443d5ffcd40e1c673ab
+ source = https://github.com/itchio/itch/archive/v19.1.11-canary.tar.gz
+ sha256sums = f96b70e167c8ff6f4c2231190c8f690048f572a51f3b66c36f21200b888e15f6
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 307c385cf362..d92b13c87d79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=19.1.10
+pkgver=19.1.11
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=('e6854bd66964ebfce1558d55c1e9b62829184a01d9fdc443d5ffcd40e1c673ab')
+sha256sums=('f96b70e167c8ff6f4c2231190c8f690048f572a51f3b66c36f21200b888e15f6')
[ "$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="v19.1.10-canary"
+ export CI_BUILD_TAG="v19.1.11-canary"
export CI_CHANNEL="canary"
release/ci-compile.js