mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:37:15 +08:00
scummvm: update to 1.9.0
This commit is contained in:
parent
ce569551df
commit
d798105e07
@ -1,5 +1,5 @@
|
|||||||
pkgname=scummvm
|
pkgname=scummvm
|
||||||
pkgver=1.8.1
|
pkgver=1.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A virtual machine for several classic graphical point-and-click adventure games."
|
pkgdesc="A virtual machine for several classic graphical point-and-click adventure games."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -11,6 +11,8 @@ source=("https://github.com/scummvm/scummvm/archive/v${pkgver}.tar.gz"
|
|||||||
"${pkgname}.desktop")
|
"${pkgname}.desktop")
|
||||||
sha256sums=('2b107719d6d8e242ea5c3103eb483c0193669e973158a0f6ff93d24ad3a08a27'
|
sha256sums=('2b107719d6d8e242ea5c3103eb483c0193669e973158a0f6ff93d24ad3a08a27'
|
||||||
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
|
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
|
||||||
|
sha256sums=('02051c4cef5d14b95ebeb40d0c88f73644cbf606a5777e5c14d0f74c5037a4f5'
|
||||||
|
'1165dfe59a4ba25d9605ca0e1be650706bbd784b0c7f66d7a9700538d0031090')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
@ -37,3 +39,5 @@ package() {
|
|||||||
# Themes.
|
# Themes.
|
||||||
install -Dm644 gui/themes/scummmodern.zip "${pkgdir}/usr/share/scummvm/scummmodern.zip"
|
install -Dm644 gui/themes/scummmodern.zip "${pkgdir}/usr/share/scummvm/scummmodern.zip"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user