mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/vbam to 2.1.4-1
This commit is contained in:
parent
85ae6045b6
commit
d99e95c5dc
1 changed files with 10 additions and 3 deletions
|
@ -9,7 +9,7 @@ pkgname=(
|
|||
vbam-sdl
|
||||
vbam-wx
|
||||
)
|
||||
pkgver=2.1.3
|
||||
pkgver=2.1.4
|
||||
pkgrel=1
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=(x86_64)
|
||||
|
@ -30,8 +30,15 @@ makedepends=(
|
|||
wxgtk3
|
||||
zip
|
||||
)
|
||||
source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=v${pkgver})
|
||||
sha256sums=('SKIP')
|
||||
source=(git+https://github.com/visualboyadvance-m/visualboyadvance-m.git#tag=09fbcbac07148ea32add848722dab34a7eb4f6b5)
|
||||
sha256sums=(SKIP)
|
||||
validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitover@gmail.com>
|
||||
|
||||
pkgver() {
|
||||
cd visualboyadvance-m
|
||||
|
||||
git describe --tags | sed 's/^v//'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
for p in sdl wx; do
|
||||
|
|
Loading…
Reference in a new issue