summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2018-02-16 11:58:22 +0000
committerAmos Wenger2018-02-16 11:58:22 +0000
commit1191d139f9e48ba5729eea204bb68e8efc70d900 (patch)
tree6a68f9941dd1ff78c4c524b4372e3b13548e90a4
parentbd3cf9948c25f03ab21024409e195a974ef875b9 (diff)
downloadaur-1191d139f9e48ba5729eea204bb68e8efc70d900.tar.gz
:arrow_up: v24.11.0-canary
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1516b39cc98b..d2ac4ac79cc5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 1 18:53:00 UTC 2018
+# Fri Feb 16 11:58:22 UTC 2018
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 24.10.0
+ pkgver = 24.11.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.10.0-canary.tar.gz
- sha256sums = 4353f4a8795d573a9d4db57d67f39fca1614a78568b6d6a56bd18d45471b4b46
+ source = https://github.com/itchio/itch/archive/v24.11.0-canary.tar.gz
+ sha256sums = 780e6ee3b1c45185df1e585390bf8e822e274819a81d0e2d2f0106cd25fd5b63
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index d61fb40a477e..031c8925bf96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=24.10.0
+pkgver=24.11.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=('4353f4a8795d573a9d4db57d67f39fca1614a78568b6d6a56bd18d45471b4b46')
+sha256sums=('780e6ee3b1c45185df1e585390bf8e822e274819a81d0e2d2f0106cd25fd5b63')
[ "$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.10.0-canary"
+ export CI_BUILD_TAG="v24.11.0-canary"
export CI_CHANNEL="canary"
release/ci-compile.js