mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/vbam to 2.1.9-3
This commit is contained in:
parent
0333b6cfcc
commit
a0e178f331
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vbam
|
||||
pkgdesc = Nintendo GameBoy Advance emulator
|
||||
pkgver = 2.1.9
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://visualboyadvance-m.org
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
|
|
@ -12,7 +12,7 @@ pkgname=(
|
|||
)
|
||||
_pkgname=visualboyadvance-m
|
||||
pkgver=2.1.9
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=(x86_64)
|
||||
url='https://visualboyadvance-m.org'
|
||||
|
@ -43,6 +43,7 @@ validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitov
|
|||
|
||||
prepare() {
|
||||
cd ${_pkgname}
|
||||
git cherry-pick -n 6766b9ca54e736e200ec652b4d4ff78fca6326dd
|
||||
# Unbundle doctest (bundled one is not glibc 2.34 compatible)
|
||||
sed -e 's|${CMAKE_SOURCE_DIR}/third_party|/usr|' -i src/wx/tests/CMakeLists.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue