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

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Oct 11 07:12:42 UTC 2021


    Date: Monday, October 11, 2021 @ 07:12:41
  Author: alucryd
Revision: 1029395

libretro-ppsspp 30870-1: FS#72365 no need to package assets anymore

Modified:
  libretro-ppsspp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-11 07:03:51 UTC (rev 1029394)
+++ PKGBUILD	2021-10-11 07:12:41 UTC (rev 1029395)
@@ -3,7 +3,7 @@
 # Contributor: Duck Hunt <vaporeon at tfwno.gf>
 
 pkgname=libretro-ppsspp
-pkgver=30794
+pkgver=30870
 pkgrel=1
 pkgdesc='Sony PlayStation Portable core'
 arch=(x86_64)
@@ -31,7 +31,7 @@
   ninja
   python
 )
-_commit=45a3e0fa8a5852bd16b6b9d92ef03d17fbfe6b5d
+_commit=e91b8af27a08fdec3d2e5e2b7445b28629340f4b
 source=(
   libretro-ppsspp::git+https://github.com/hrydgard/ppsspp.git#commit=${_commit}
   git+https://github.com/Kingcom/armips.git
@@ -110,8 +110,6 @@
 package() {
   install -Dm 644 build/lib/ppsspp_libretro.so -t "${pkgdir}"/usr/lib/libretro/
   install -Dm 644 libretro-ppsspp/LICENSE.TXT -t "${pkgdir}"/usr/share/licenses/libretro-ppsspp/
-  install -dm 755 "${pkgdir}"/usr/share/libretro/ppsspp
-  cp -dr --no-preserve=ownership build/assets "${pkgdir}"/usr/share/libretro/ppsspp/
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list