summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2020-10-20 22:43:03 +0200
committerParagoumba2020-10-20 22:43:03 +0200
commit666e240b265f30d4c12dd406dc762a219ed79112 (patch)
treeece23f4d13b76e5be6d2535b0f30a0c6447ee785
parent8395bdd2b5a79d55ae219f89a50aa9f4ed2643de (diff)
downloadaur-666e240b265f30d4c12dd406dc762a219ed79112.tar.gz
:arrow_up: v25.4.1
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4de887b63134..b5f083b7acf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amos Wenger <amos@itch.io>
pkgname=itch
-pkgver=1.14.0
+pkgver=1.24.0
pkgrel=3
epoch=1
pkgdesc="The best way to play itch.io games."
@@ -15,14 +15,16 @@ makedepends=('curl')
options=('!strip')
install="itch.install"
+_ITCH_VER=25.4.1
+
[ "$CARCH" = "i686" ] && _ITCH_ARCH=386;
[ "$CARCH" = "x86_64" ] && _ITCH_ARCH=amd64;
source=(
- "https://github.com/itchio/itch/archive/v25.4.0.tar.gz"
+ "https://github.com/itchio/itch/archive/v${_ITCH_VER}.tar.gz"
"itch-setup::https://broth.itch.ovh/itch-setup/linux-${_ITCH_ARCH}/${pkgver}/unpacked/default")
-sha256sums=('e86c70044c7d02754c6e52fb428d1278678d729c77b8359b5d82198595da1351'
- 'b68249a309aff7e929bb2579ba9114dc2369535ce3cdbcf926f9b2ced2f2368b')
+sha256sums=('64152877a7a75485ff6ec904502fb8c9a57f655d2956d4a93131af2cf999a5d3'
+ 'efd8ac1f8e3f7695992742f3b95aa54453bce5be358c820ee3d42ef07080d06d')
package() {
install -Dm755 itch-setup "${pkgdir}/usr/bin/itch-setup"
@@ -48,7 +50,7 @@ Comment=Install and play itch.io games easily
BE_PATIENT
install -Dm644 io.itch.itch.desktop "${pkgdir}/usr/share/applications/io.itch.itch.desktop"
- cd "${srcdir}/itch-25.4.0"
+ cd "${srcdir}/itch-${_ITCH_VER}"
for icon in release/images/itch-icons/icon*.png
do