summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-26 13:55:05 +0000
committerAmos Wenger2016-11-26 13:55:05 +0000
commit1c2994484ca831455689238e656f2d8d4c5d1b78 (patch)
tree260ca53daf162f231d9ae2a43fa4bb5aab5932af
parent4e5d8488394013049e9dec0e477e36a60033d2a5 (diff)
downloadaur-1c2994484ca831455689238e656f2d8d4c5d1b78.tar.gz
:arrow_up: v20.7.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ea68c672857..2a35976ad741 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Nov 25 18:52:46 UTC 2016
+# Sat Nov 26 13:55:05 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.6.0
+ pkgver = 20.7.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.6.0-canary.tar.gz
- sha256sums = b11ecce91b1c1026f79f8658e1515290eae252f373c046bc112e633f73260b48
+ source = https://github.com/itchio/itch/archive/v20.7.0-canary.tar.gz
+ sha256sums = de80b37760d04944d7b90ef4903e08562ff07d8cfcabc7a008573cffdcf6951f
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index ba9ebe85247e..f38dbc1de12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.6.0
+pkgver=20.7.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=('b11ecce91b1c1026f79f8658e1515290eae252f373c046bc112e633f73260b48')
+sha256sums=('de80b37760d04944d7b90ef4903e08562ff07d8cfcabc7a008573cffdcf6951f')
[ "$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.6.0-canary"
+ export CI_BUILD_TAG="v20.7.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js