itch v23.5.1 was just published, it depends on npm>=5.5.1 which doesn't have the prune problems many have encountered earlier.
Upgrading is strongly recommended as we've had to upgrade the itch.io login endpoint and older versions will stop working eventually (in cases where filling out a captcha is required).
v23.5.1 also ships with electron 1.6.15, which fixes many small issues in the Chromium component, including security issues. See https://github.com/electron/electron/releases for details.
Thanks for your patience everyone!
Search Criteria
Package Details: itch-setup-bin 1.26.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/itch-setup-bin.git (read-only, click to copy) |
---|---|
Package Base: | itch-setup-bin |
Description: | Installer for the itch.io desktop app |
Upstream URL: | https://itch.io/ |
Licenses: | MIT |
Conflicts: | itch, itch-setup |
Provides: | itch-setup |
Submitter: | FabioLolix |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 124 |
Popularity: | 0.029913 |
First Submitted: | 2022-03-13 20:08 (UTC) |
Last Updated: | 2022-03-13 20:08 (UTC) |
Dependencies (1)
Required by (0)
Sources (5)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
fasterthanlime commented on 2017-11-08 11:13 (UTC)
fasterthanlime commented on 2017-11-05 19:26 (UTC)
Quick update on the state of this package:
- I was hoping to ship itch v25 quick enough
- In the meantime, many users just 1) didn't update itch or 2) switched to `kitch` (the beta build)
- Since v25 is taking so long, I'm going to ship another point release of v23 tomorrow (monday november 6th), fixing the arch package (since we found a workaround in the meantime)
Note that the build broke because of an npm upgrade, and that v23.4.2 contains 0 changes for Linux, only windows (so it didn't matter that it was outdated)
HibikiTaisuna commented on 2017-11-05 16:55 (UTC)
@fettouhi you have to change the SHA256 checksum in PKGBUILD to 422651ae84d53c82136af8f27bb77ff37d69916cc5ddde42cdb9e54cbf193fc9
(the checksum of the github archive changed for unknown reason)
HibikiTaisuna commented on 2017-11-05 16:47 (UTC)
patch for PKGBUILD for new stable version (v23.4.2):
From 39ce84337e34743d023d9b0402939d22e21c56da Mon Sep 17 00:00:00 2001
From: Stefan Weiberg <stefan.weiberg@germandev.org>
Date: Sun, 5 Nov 2017 17:38:00 +0100
Subject: [PATCH 1/1] newest stable version
---
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/PKGBUILD b/PKGBUILD
index 428e8a1..88b811f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: FrozenCow <frozencow@gmail.com>
pkgname=itch
-pkgver=23.4.1
+pkgver=23.4.2
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=('76b48b855bf92b9c3f26c4c370b4867b6f9c404a46d3e957ffa64b63d173c5ba')
+sha256sums=('14d3de9d327d897f119708fb6f799e5df7111e6e12d360c72953fb2628b3e43a')
[ "$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.4.2"
export CI_CHANNEL="stable"
release/ci-compile.js
--
2.15.0
fettouhi commented on 2017-10-24 14:09 (UTC)
Can anyoone install this at the moment I get an error regarding the sha256sums.
fasterthanlime commented on 2017-08-21 11:37 (UTC)
A word of caution about kitch: It's currently 850+ commits ahead of the stable version, many parts of the app have been rewritten.
However, I *have* very recently changed the release scripts so it doesn't matter which version of npm is used when building kitch (it just doesn't do `npm prune` at all).
I'm hoping for a prompt release of the next version, and there's always downgrading npm as a workaround for the current version!
raneon commented on 2017-08-21 10:53 (UTC)
If you have issues with itch, you can try the development version called kitch. It worked fine for me.
fasterthanlime commented on 2017-07-25 08:15 (UTC)
@onizou I'm a native French speaker, so I'm looking over your suggestions now & approving most of them. Thanks! Note that the app has self-update for locales, so as soon as I'm done updating them, they'll appear in whatever version of the app you're currently running.
I'm also looking to submit a PR to npm to help 5.4.0 ship faster and/or find a solution that doesn't rely on "npm prune"
phunni commented on 2017-07-24 20:54 (UTC)
thanks - running "npm install -g npm@5.2.0" has fixed it for now.
Lumi317 commented on 2017-07-24 20:32 (UTC) (edited on 2017-07-24 20:33 (UTC) by Lumi317)
Oh and since I have the opportunity: I made many suggestions to correct and improve the french translation of itch. But there seems to be too few french-speaking translators to validate them. Some have been automatically accepted, but the huge majority remains on hold.
What can I do so that they are accepted and arrive on the next version on AUR?
Pinned Comments
FabioLolix commented on 2022-11-27 19:51 (UTC) (edited on 2022-12-10 22:38 (UTC) by FabioLolix)
https://broth.itch.ovh/
Check new versions at https://broth.itch.ovh/itch-setup/linux-amd64