summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2016-11-26 20:39:36 +0000
committerAmos Wenger2016-11-26 20:39:36 +0000
commit8cbbb9578457f1bf0ca4f03f032af3498ad2d336 (patch)
tree9d7c4a9748ec7ddaaea414d3e0fa84b9afd3979f
parent1c2994484ca831455689238e656f2d8d4c5d1b78 (diff)
downloadaur-8cbbb9578457f1bf0ca4f03f032af3498ad2d336.tar.gz
:arrow_up: v20.8.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a35976ad741..17ba203a1d38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 26 13:55:05 UTC 2016
+# Sat Nov 26 20:39:36 UTC 2016
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 20.7.0
+ pkgver = 20.8.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.7.0-canary.tar.gz
- sha256sums = de80b37760d04944d7b90ef4903e08562ff07d8cfcabc7a008573cffdcf6951f
+ source = https://github.com/itchio/itch/archive/v20.8.0-canary.tar.gz
+ sha256sums = 7422ab0171aedc3b7f6f0aa317bd7ba69b4a7d2567faeca99bfa2ef79af7018f
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index f38dbc1de12b..f4f0c629ff4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=20.7.0
+pkgver=20.8.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=('de80b37760d04944d7b90ef4903e08562ff07d8cfcabc7a008573cffdcf6951f')
+sha256sums=('7422ab0171aedc3b7f6f0aa317bd7ba69b4a7d2567faeca99bfa2ef79af7018f')
[ "$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.7.0-canary"
+ export CI_BUILD_TAG="v20.8.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js