summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c839a1ccaa1..d5b79d62affe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 20 20:42:56 UTC 2016
+# Mon Oct 31 18:19:16 UTC 2016
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 18.10.1
+ pkgver = 19.0.0
pkgrel = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -22,8 +22,8 @@ pkgbase = itch
depends = gtk-update-icon-cache
depends = libxss
options = !strip
- source = https://github.com/itchio/itch/archive/v18.10.1.tar.gz
- sha256sums = f766bfaa56f4be6c20eaa958f33652778916a0ab2e84185399579772e2480967
+ source = https://github.com/itchio/itch/archive/v19.0.0.tar.gz
+ sha256sums = 5a5a193b498e363c584b809e16c5e5afbe88f5a34216488ed04ffaebcb702eab
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 5e472fbd784a..73cc8dc836e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=18.10.1
+pkgver=19.0.0
pkgrel=1
pkgdesc="The best way to play itch.io games."
@@ -17,7 +17,7 @@ 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=('f766bfaa56f4be6c20eaa958f33652778916a0ab2e84185399579772e2480967')
+sha256sums=('5a5a193b498e363c584b809e16c5e5afbe88f5a34216488ed04ffaebcb702eab')
[ "$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="v18.10.1"
+ export CI_BUILD_TAG="v19.0.0"
export CI_CHANNEL="stable"
release/ci-compile.js