mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
mupen64plus: update to 2.5
This commit is contained in:
parent
c9c315f1c8
commit
1a42453d45
@ -1,20 +1,15 @@
|
|||||||
#
|
|
||||||
# Apps Packages for Chakra, part of chakra-project.org
|
|
||||||
#
|
|
||||||
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
|
|
||||||
|
|
||||||
pkgname=mupen64plus
|
pkgname=mupen64plus
|
||||||
pkgver=2.0
|
pkgver=2.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nintendo64™ Emulator.'
|
pkgdesc='Nintendo64™ Emulator.'
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url='http://code.google.com/p/mupen64plus/'
|
url='http://www.mupen64plus.org/'
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('freetype2' 'mesa' 'libpng' 'libsamplerate' 'sdl')
|
depends=('freetype2' 'mesa' 'libpng' 'libsamplerate' 'sdl_image' 'sdl_mixer' 'glu')
|
||||||
categories=('system')
|
categories=('system')
|
||||||
screenshot='http://mupen64plus.googlecode.com/svn/wiki/Screenshot-01-PaperMario.png'
|
screenshot='http://mupen64plus.googlecode.com/svn/wiki/Screenshot-01-PaperMario.png'
|
||||||
source=("http://mupen64plus.googlecode.com/files/${pkgname}-bundle-src-${pkgver}.tar.gz")
|
source=("https://github.com/mupen64plus/mupen64plus-core/releases/download/$pkgver/mupen64plus-bundle-src-$pkgver.tar.gz")
|
||||||
sha1sums=('078a518e1b162bd88993e1815967fdafe61d9e28')
|
sha256sums=('9c75b9d826f2d24666175f723a97369b3a6ee159b307f7cc876bbb4facdbba66')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir/$pkgname-bundle-src-$pkgver
|
cd $srcdir/$pkgname-bundle-src-$pkgver
|
||||||
|
Loading…
Reference in New Issue
Block a user