summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccbdb2149f6e..b80942099bed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 6 22:35:52 UTC 2017
+# Wed Nov 8 11:03:14 UTC 2017
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 23.4.1
+ pkgver = 23.5.1
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -11,7 +11,7 @@ pkgbase = itch
license = MIT
makedepends = nodejs
makedepends = nodejs-grunt-cli
- makedepends = npm
+ makedepends = npm>=5.5.1
makedepends = python2
makedepends = gcc
depends = alsa-lib
@@ -24,8 +24,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v23.4.1.tar.gz
- sha256sums = 76b48b855bf92b9c3f26c4c370b4867b6f9c404a46d3e957ffa64b63d173c5ba
+ source = https://github.com/itchio/itch/archive/v23.5.1.tar.gz
+ sha256sums = ef7689f264b480a765df9ebdae2914255734ad3a8d8b4169794b8967fad4654c
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 428e8a129af1..4b3352ff0678 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=23.4.1
+pkgver=23.5.1
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -11,13 +11,13 @@ url="https://github.com/itchio/itch"
license=('MIT')
depends=('alsa-lib' 'libnotify' 'nss' 'gconf' 'gtk2' 'libxtst' 'desktop-file-utils' 'gtk-update-icon-cache' 'libxss')
-makedepends=('nodejs' 'nodejs-grunt-cli' 'npm' 'python2' 'gcc')
+makedepends=('nodejs' 'nodejs-grunt-cli' 'npm>=5.5.1' 'python2' 'gcc')
options=('!strip')
install="itch.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}.tar.gz")
-sha256sums=('76b48b855bf92b9c3f26c4c370b4867b6f9c404a46d3e957ffa64b63d173c5ba')
+sha256sums=('ef7689f264b480a765df9ebdae2914255734ad3a8d8b4169794b8967fad4654c')
[ "$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}"
- export CI_BUILD_TAG="v23.4.1"
+ export CI_BUILD_TAG="v23.5.1"
export CI_CHANNEL="stable"
release/ci-compile.js