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

Maxime Gauduin alucryd at archlinux.org
Thu Sep 26 12:43:25 UTC 2019


    Date: Thursday, September 26, 2019 @ 12:43:24
  Author: alucryd
Revision: 511834

upgpkg: ppsspp 1.9.1-1

Modified:
  ppsspp/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-26 11:47:30 UTC (rev 511833)
+++ PKGBUILD	2019-09-26 12:43:24 UTC (rev 511834)
@@ -10,7 +10,7 @@
   ppsspp-headless
   ppsspp-qt
 )
-pkgver=1.8.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A PSP emulator written in C++'
 arch=(x86_64)
@@ -25,11 +25,13 @@
 makedepends=(
   cmake
   git
+  libglvnd
   libzip
+  python
   qt5-tools
 )
 source=(
-  git+https://github.com/hrydgard/ppsspp.git#tag=v${pkgver}
+  git+https://github.com/hrydgard/ppsspp.git#tag=97194ee642965fac7619d3d3101540e48c7acdd0
   git+https://github.com/Kingcom/armips.git
   git+https://github.com/discordapp/discord-rpc.git
   ppsspp-ffmpeg::git+https://github.com/hrydgard/ppsspp-ffmpeg.git
@@ -63,6 +65,12 @@
   6694643d96dae673f01555637139468eb277f3379afbcceccad3f7e0ae670278
 )
 
+pkgver() {
+  cd ppsspp
+
+  git describe --tags | sed 's/^v//'
+}
+
 prepare() {
   cd ppsspp
 



More information about the arch-commits mailing list