summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-12-07 22:19:58 +0000
committerAmos Wenger2016-12-07 22:19:58 +0000
commiteae9005b99aa12afb11aaf14231ce9afb53be96c (patch)
tree210b30c2390c4ef738afd88b44b1bc2d93ca356d
parent93647fbe9f91323341d2ade31137a52cd09e4316 (diff)
downloadaur-eae9005b99aa12afb11aaf14231ce9afb53be96c.tar.gz
:arrow_up: v22.0.1-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08b17875b6c5..da4826f0c28a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 30 22:23:39 UTC 2016
+# Wed Dec 7 22:19:58 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 22.0.0
+ pkgver = 22.0.1
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/v22.0.0-canary.tar.gz
- sha256sums = f1bd2fe41b52c4a18b8b37459d9ac00fc4e4bc89511902e357198f95bf920552
+ source = https://github.com/itchio/itch/archive/v22.0.1-canary.tar.gz
+ sha256sums = 0d675864e8b9155726753047d159b0dc29312bfabbe2e814d7a512327078e1e5
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index c7965413c786..6b84a88cd1f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=22.0.0
+pkgver=22.0.1
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=('f1bd2fe41b52c4a18b8b37459d9ac00fc4e4bc89511902e357198f95bf920552')
+sha256sums=('0d675864e8b9155726753047d159b0dc29312bfabbe2e814d7a512327078e1e5')
[ "$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="v22.0.0-canary"
+ export CI_BUILD_TAG="v22.0.1-canary"
export CI_CHANNEL="canary"
release/ci-compile.js