mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vbam to 2.1.0-2
This commit is contained in:
parent
59627ca0d5
commit
f669601230
1 changed files with 5 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=vbam
|
||||
pkgname=('vbam-sdl' 'vbam-wx')
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=('x86_64')
|
||||
url='http://vba-m.com'
|
||||
|
@ -25,6 +25,10 @@ prepare() {
|
|||
fi
|
||||
mkdir build-$p
|
||||
done
|
||||
|
||||
cd visualboyadvance-m
|
||||
|
||||
git cherry-pick -n a8d0508cf299a58b2a659d6017b049db121de8ba #FS59479
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue