From 4ea2505d536c5046f32e50c04d13cd22f25359bd Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 3 Sep 2019 18:39:35 +0000 Subject: [PATCH] community/retroarch: fix --- community/retroarch/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD index 7e6636925..ab74cfa28 100644 --- a/community/retroarch/PKGBUILD +++ b/community/retroarch/PKGBUILD @@ -4,6 +4,7 @@ # ALARM: Kevin Mihelich # - enable GLES +# - disable broken pkgver function pkgname=retroarch pkgver=1.7.8 @@ -67,11 +68,11 @@ sha256sums=( 7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e ) -pkgver() { - cd RetroArch - - git describe --tags | sed 's/^v//' -} +#pkgver() { +# cd RetroArch +# +# git describe --tags | sed 's/^v//' +#} prepare() { cd RetroArch