summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-06 09:41:46 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-01-06 09:41:46 -0800
commite9f056b1742aedcb02691ca12716ac5b30ad9288 (patch)
tree00cecbbe212bb605c65049b284d871633911b0cf
parentDisable asan again. (diff)
downloadscummvm-e9f056b1742aedcb02691ca12716ac5b30ad9288.tar.xz
Updated to 2.5.1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b304097..7ff0169 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@
# Arch version lacks additional optimization and hardening flags
pkgname=scummvm
-pkgver=2.5.0
-pkgrel=4
+pkgver=2.5.1
+pkgrel=1
pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
arch=('x86_64')
license=('GPL')
@@ -17,7 +17,7 @@ depends=('libpng' 'libtheora' 'sdl2' 'sdl2_net' 'fluidsynth' 'flac' 'faad2' 'lib
'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2' 'curl' 'a52dec' 'giflib' 'glew' 'libspeechd' 'gtk3' 'sndio')
makedepends=('mesa')
source=("https://downloads.scummvm.org/frs/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
-b2sums=('a5153280999e321be5bf7b56411c163d5ba1d4fb142fc900e1c3cb709d357d199d3764a94af57ab7218ee201bdbe6288adf222add9ffc941324b84d0e6954fe8')
+b2sums=('08fb2fa6cbeec3c1ec24a9b660aab4344f0dbcf4c42655392315aef0ce78105b2a669ef9c82fc09bc389856e592e4e5249d84512b288e7d790914d5caee3972d')
build() {
cd ${pkgname}-${pkgver}