summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2018-02-01 18:53:00 +0000
committerAmos Wenger2018-02-01 18:53:00 +0000
commitbd3cf9948c25f03ab21024409e195a974ef875b9 (patch)
treeda5f292a9ab3a2879f0204f7b7c32ae82bdc4d4d
parentcc04d40a4e00e666800bbb7e649164ae840cda88 (diff)
downloadaur-bd3cf9948c25f03ab21024409e195a974ef875b9.tar.gz
:arrow_up: v24.10.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a05006549f21..1516b39cc98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 29 21:17:23 UTC 2018
+# Thu Feb 1 18:53:00 UTC 2018
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.9.0
+ pkgver = 24.10.0
pkgrel = 1
url = https://github.com/itchio/kitch
install = kitch.install
@@ -23,8 +23,8 @@ pkgbase = kitch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v24.9.0-canary.tar.gz
- sha256sums = 12dd02875d42fc33acacf544f1fc69faee0a1d5e3d6e57548f1c1deb7c6303c4
+ source = https://github.com/itchio/itch/archive/v24.10.0-canary.tar.gz
+ sha256sums = 4353f4a8795d573a9d4db57d67f39fca1614a78568b6d6a56bd18d45471b4b46
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 4fb5ad03a0a6..d61fb40a477e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.9.0
+pkgver=24.10.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=('12dd02875d42fc33acacf544f1fc69faee0a1d5e3d6e57548f1c1deb7c6303c4')
+sha256sums=('4353f4a8795d573a9d4db57d67f39fca1614a78568b6d6a56bd18d45471b4b46')
[ "$CARCH" = "i686" ] && _ELECTRON_ARCH=ia32; _ITCH_ARCH=386
[ "$CARCH" = "x86_64" ] && _ELECTRON_ARCH=x64; _ITCH_ARCH=amd64
@@ -33,7 +33,7 @@ prepare() {
build() {
cd "${srcdir}/itch-${pkgver}-canary"
- export CI_BUILD_TAG="v24.9.0-canary"
+ export CI_BUILD_TAG="v24.10.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js