summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParagoumba2021-05-12 14:14:44 +0200
committerParagoumba2021-05-12 14:14:44 +0200
commit54dc3d5976e1b1462a36592765bd9b6c92476066 (patch)
tree9dcad86ad5bfe9d0c89adef819f711f23220e439
parent83d0bc43a268af7461c84fe433334773379923ab (diff)
downloadaur-54dc3d5976e1b1462a36592765bd9b6c92476066.tar.gz
:arrow_up: v25.5.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 173421af59b7..25b0660addab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = itch
pkgdesc = The best way to play itch.io games.
- pkgver = 1.24.0
- pkgrel = 6
+ pkgver = 1.26.0
+ pkgrel = 1
epoch = 1
url = https://github.com/itchio/itch
install = itch.install
@@ -13,10 +13,10 @@ pkgbase = itch
depends = libxss
depends = gtk3
options = !strip
- source = https://github.com/itchio/itch/archive/v25.4.1.tar.gz
- source = itch-setup::https://broth.itch.ovh/itch-setup/linux-amd64/1.24.0/unpacked/default
- sha256sums = 64152877a7a75485ff6ec904502fb8c9a57f655d2956d4a93131af2cf999a5d3
- sha256sums = efd8ac1f8e3f7695992742f3b95aa54453bce5be358c820ee3d42ef07080d06d
+ source = https://github.com/itchio/itch/archive/v25.5.1.tar.gz
+ source = itch-setup::https://broth.itch.ovh/itch-setup/linux-amd64/1.26.0/unpacked/default
+ sha256sums = 0a7094bff90992e3788fd9f9df43a4a3c9233bfcf0f5da037e59af6b365a3249
+ sha256sums = c7a13db7234ca908bcfb60ed5369b5c02b0a795e5e5490f68eeacb5a637a2162
pkgname = itch
diff --git a/PKGBUILD b/PKGBUILD
index 670d80f2c7d4..909d6d8c5889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Amos Wenger <amos@itch.io>
pkgname=itch
-pkgver=1.24.0
-pkgrel=6
+pkgver=1.26.0
+pkgrel=1
epoch=1
pkgdesc="The best way to play itch.io games."
@@ -15,7 +15,7 @@ depends=('libnotify' 'nss' 'libxss' 'gtk3')
options=('!strip')
install="itch.install"
-_ITCH_VER=25.4.1
+_ITCH_VER=25.5.1
[ "$CARCH" = "i686" ] && _ITCH_ARCH=386;
[ "$CARCH" = "x86_64" ] && _ITCH_ARCH=amd64;
@@ -23,8 +23,8 @@ _ITCH_VER=25.4.1
source=(
"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=('64152877a7a75485ff6ec904502fb8c9a57f655d2956d4a93131af2cf999a5d3'
- 'efd8ac1f8e3f7695992742f3b95aa54453bce5be358c820ee3d42ef07080d06d')
+sha256sums=('0a7094bff90992e3788fd9f9df43a4a3c9233bfcf0f5da037e59af6b365a3249'
+ 'c7a13db7234ca908bcfb60ed5369b5c02b0a795e5e5490f68eeacb5a637a2162')
package() {
install -Dm755 itch-setup "${pkgdir}/usr/bin/itch-setup"