mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/vbam to 2.1.8-1
This commit is contained in:
parent
d7025f4abc
commit
f21e80e9c3
2 changed files with 6 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = vbam
|
||||
pkgdesc = Nintendo GameBoy Advance emulator
|
||||
pkgver = 2.1.7
|
||||
pkgrel = 2
|
||||
pkgver = 2.1.8
|
||||
pkgrel = 1
|
||||
url = https://vba-m.com
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -21,7 +21,7 @@ pkgbase = vbam
|
|||
depends = sdl2
|
||||
depends = sfml
|
||||
depends = zlib
|
||||
source = git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=3351e5b452c9f333a2f0cfe138b985eeedd904be
|
||||
source = git+https://github.com/visualboyadvance-m/visualboyadvance-m.git?signed#tag=v2.1.8
|
||||
validpgpkeys = A0C0E526E36FD2138C149D4D08AB596679D86240
|
||||
b2sums = SKIP
|
||||
|
||||
|
|
|
@ -11,8 +11,8 @@ pkgname=(
|
|||
vbam-wx
|
||||
)
|
||||
_pkgname=visualboyadvance-m
|
||||
pkgver=2.1.7
|
||||
pkgrel=2
|
||||
pkgver=2.1.8
|
||||
pkgrel=1
|
||||
pkgdesc='Nintendo GameBoy Advance emulator'
|
||||
arch=(x86_64)
|
||||
url=https://vba-m.com
|
||||
|
@ -37,8 +37,7 @@ makedepends=(
|
|||
wxwidgets-gtk3
|
||||
zip
|
||||
)
|
||||
_tag=3351e5b452c9f333a2f0cfe138b985eeedd904be # git rev-parse v${pkgver}
|
||||
source=("git+https://github.com/${_pkgname}/${_pkgname}.git?signed#tag=${_tag}")
|
||||
source=("git+https://github.com/${_pkgname}/${_pkgname}.git?signed#tag=v${pkgver}")
|
||||
b2sums=('SKIP')
|
||||
validpgpkeys=(A0C0E526E36FD2138C149D4D08AB596679D86240) # Rafael Kitover <rkitover@gmail.com>
|
||||
|
||||
|
|
Loading…
Reference in a new issue