scummvm: update to 1.9.0

This commit is contained in:
Lisa Vitolo 2017-10-21 11:36:48 +01:00
parent ce569551df
commit d798105e07

View File

@ -1,5 +1,5 @@
pkgname=scummvm
pkgver=1.8.1
pkgver=1.9.0
pkgrel=1
pkgdesc="A virtual machine for several classic graphical point-and-click adventure games."
arch=('x86_64')
@ -11,6 +11,8 @@ source=("https://github.com/scummvm/scummvm/archive/v${pkgver}.tar.gz"
"${pkgname}.desktop")
sha256sums=('2b107719d6d8e242ea5c3103eb483c0193669e973158a0f6ff93d24ad3a08a27'
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
sha256sums=('02051c4cef5d14b95ebeb40d0c88f73644cbf606a5777e5c14d0f74c5037a4f5'
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@ -37,3 +39,5 @@ package() {
# Themes.
install -Dm644 gui/themes/scummmodern.zip "${pkgdir}/usr/share/scummvm/scummmodern.zip"
}