Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
scummvm-tools
Commits:
153cc416 by Sven-Hendrik Haase at 2024-12-23T01:24:05+01:00
upgpkg: 2.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = scummvm-tools
pkgdesc = A set of tools that enable you to convert, compress and
decode game datafiles for ScummVM
- pkgver = 2.7.0
- pkgrel = 2
+ pkgver = 2.9.0
+ pkgrel = 1
url = http://www.scummvm.org/
arch = x86_64
license = GPL
@@ -9,7 +9,7 @@ pkgbase = scummvm-tools
depends = wxwidgets-gtk3
depends = flac
depends = libvorbis
- source =
https://www.scummvm.org/frs/scummvm-tools/2.7.0/scummvm-tools-2.7.0.tar.xz
- sha512sums =
0f6541f86814a089b10969e8e0cc8c985ac4d3b5f15daf91869a9b9cc748d7b6c668ffd428c1f0726ff9a1fb5cc7b496098481778cbf41203a7eb3077a189ce7
+ source =
https://www.scummvm.org/frs/scummvm-tools/2.9.0/scummvm-tools-2.9.0.tar.xz
+ sha512sums =
5e15b14520ca25b2c394e2884f1058d027700c6ec5fc82fab5262f41e5434f871934ccda6fe977d0be8eb8f6d26b96e8d2b5597aa481c8a3eb67f07374f3f0f6
pkgname = scummvm-tools
=====================================
PKGBUILD
=====================================
@@ -3,15 +3,15 @@
# Contributor: Sebastian Hase <[email protected]>
# Contributor: Joe Davison <[email protected]>
pkgname=scummvm-tools
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
pkgdesc="A set of tools that enable you to convert, compress and decode game
datafiles for ScummVM"
url="http://www.scummvm.org/"
license=('GPL')
depends=('libpng' 'wxwidgets-gtk3' 'flac' 'libvorbis')
arch=('x86_64')
source=("https://www.scummvm.org/frs/scummvm-tools/${pkgver}/scummvm-tools-${pkgver}.tar.xz")
-sha512sums=('0f6541f86814a089b10969e8e0cc8c985ac4d3b5f15daf91869a9b9cc748d7b6c668ffd428c1f0726ff9a1fb5cc7b496098481778cbf41203a7eb3077a189ce7')
+sha512sums=('5e15b14520ca25b2c394e2884f1058d027700c6ec5fc82fab5262f41e5434f871934ccda6fe977d0be8eb8f6d26b96e8d2b5597aa481c8a3eb67f07374f3f0f6')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scummvm-tools/-/commit/153cc41625ba806cec63cf6480834595a098a0a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/scummvm-tools/-/commit/153cc41625ba806cec63cf6480834595a098a0a6
You're receiving this email because of your account on gitlab.archlinux.org.