summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2017-03-26 12:02:36 +0000
committerAmos Wenger2017-03-26 12:02:36 +0000
commit0115bcb26b7e04e29c0857671c29c34dc5625d63 (patch)
tree69e327a8c1638ac6d6b8779cbb68f27a7680eebd
parent45257a689d3e6aca7e094a9ad0766f56dcb97158 (diff)
downloadaur-0115bcb26b7e04e29c0857671c29c34dc5625d63.tar.gz
:arrow_up: v23.3.4-canary
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cbba653cc3a..1fceb06ec1a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Mar 14 12:40:09 UTC 2017
+# Sun Mar 26 12:02:36 UTC 2017
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
- pkgver = 23.2.2
+ pkgver = 23.3.4
pkgrel = 1
url = https://github.com/itchio/kitch
install = kitch.install
@@ -12,6 +12,8 @@ pkgbase = kitch
makedepends = nodejs
makedepends = nodejs-grunt-cli
makedepends = npm
+ makedepends = python2
+ makedepends = gcc
depends = alsa-lib
depends = libnotify
depends = nss
@@ -22,8 +24,8 @@ pkgbase = kitch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v23.2.2-canary.tar.gz
- sha256sums = 5db05388fd754516b85b0fc6024065a467c8200c609d098735c34d7c3e13e8a2
+ source = https://github.com/itchio/itch/archive/v23.3.4-canary.tar.gz
+ sha256sums = 1764efeb22d5695126174d5e206840e4fb3ccaed58e6e27d78570e1d5ae18fd9
pkgname = kitch
diff --git a/PKGBUILD b/PKGBUILD
index 865cd4c71c3f..31446ea26dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=kitch
-pkgver=23.2.2
+pkgver=23.3.4
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -11,13 +11,13 @@ url="https://github.com/itchio/kitch"
license=('MIT')
depends=('alsa-lib' 'libnotify' 'nss' 'gconf' 'gtk2' 'libxtst' 'desktop-file-utils' 'gtk-update-icon-cache' 'libxss')
-makedepends=('nodejs' 'nodejs-grunt-cli' 'npm')
+makedepends=('nodejs' 'nodejs-grunt-cli' 'npm' 'python2' 'gcc')
options=('!strip')
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=('5db05388fd754516b85b0fc6024065a467c8200c609d098735c34d7c3e13e8a2')
+sha256sums=('1764efeb22d5695126174d5e206840e4fb3ccaed58e6e27d78570e1d5ae18fd9')
[ "$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="v23.2.2-canary"
+ export CI_BUILD_TAG="v23.3.4-canary"
export CI_CHANNEL="canary"
release/ci-compile.js