[arch-commits] Commit in retroarch/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Sep 3 17:50:41 UTC 2019


    Date: Tuesday, September 3, 2019 @ 17:50:41
  Author: alucryd
Revision: 507880

upgpkg: retroarch 1.7.8-2

Modified:
  retroarch/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-03 17:49:32 UTC (rev 507879)
+++ PKGBUILD	2019-09-03 17:50:41 UTC (rev 507880)
@@ -4,7 +4,7 @@
 
 pkgname=retroarch
 pkgver=1.7.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Reference frontend for the libretro API'
 arch=(x86_64)
 url=http://www.libretro.com/
@@ -56,7 +56,7 @@
 )
 backup=(etc/retroarch.cfg)
 source=(
-  git+https://github.com/libretro/RetroArch.git#tag=v${pkgver}
+  git+https://github.com/libretro/RetroArch.git#tag=37515372787c3fbd295a25e8a89b85383faab2b6
   retroarch-config.patch
 )
 sha256sums=(
@@ -64,6 +64,12 @@
   7857cff30c45721b66666828ca9edbb2923817c6c64591be3f58fe019277103e
 )
 
+pkgver() {
+  cd RetroArch
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   cd RetroArch
 



More information about the arch-commits mailing list