diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-10-06 12:10:50 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2019-10-06 12:10:50 -0700 |
commit | f41ea4a78e954f5579614edbcfcb2b76de7a0149 (patch) | |
tree | 5e92c5c52548e5b4be6cdca696c00ea05934f877 /PKGBUILD | |
parent | Initial commit (diff) | |
download | scummvm-f41ea4a78e954f5579614edbcfcb2b76de7a0149.tar.xz |
Updated to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,8 +6,8 @@ # Arch version lacks additional optimization and hardening flags pkgname=scummvm -pkgver=2.0.0 -pkgrel=2.2 +pkgver=2.1.0 +pkgrel=1 pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games." arch=('x86_64') license=('GPL') @@ -16,7 +16,7 @@ depends=('libpng' 'libtheora' 'sdl2' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'li 'libgl' 'glu' 'libjpeg-turbo' 'libmpeg2') makedepends=('mesa') source=("https://scummvm.org/frs/scummvm/${pkgver}/${pkgname}-${pkgver}.tar.xz") -sha512sums=('5f4c11145c5dfcc7ae95d5c0e5ac9e938912cc5060b9d5fdfcb699a745755b31412e44199e487ad388ca5e091afc3366f874610adb44d440f336e26d6cd4812c') +sha512sums=('9a03cf207660aa49e49f53e1df10b774b7c9711dffd527e00518015e7e7057f25538a7dd89e248e9237434cf08a9f7ea6b215805fb65a770fb20596f5e713218') build() { cd "${srcdir}"/${pkgname}-${pkgver} |