mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/retroarch: fix
This commit is contained in:
parent
54d3258c7c
commit
4ea2505d53
1 changed files with 6 additions and 5 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - enable GLES
|
# - enable GLES
|
||||||
|
# - disable broken pkgver function
|
||||||
|
|
||||||
pkgname=retroarch
|
pkgname=retroarch
|
||||||
pkgver=1.7.8
|
pkgver=1.7.8
|
||||||
|
@ -67,11 +68,11 @@ sha256sums=(
|
||||||
7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e
|
7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e
|
||||||
)
|
)
|
||||||
|
|
||||||
pkgver() {
|
#pkgver() {
|
||||||
cd RetroArch
|
# cd RetroArch
|
||||||
|
#
|
||||||
git describe --tags | sed 's/^v//'
|
# git describe --tags | sed 's/^v//'
|
||||||
}
|
#}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd RetroArch
|
cd RetroArch
|
||||||
|
|
Loading…
Reference in a new issue