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

Maxime Gauduin alucryd at archlinux.org
Tue Jun 23 09:44:04 UTC 2020


    Date: Tuesday, June 23, 2020 @ 09:44:04
  Author: alucryd
Revision: 650969

upgpkg: libretro-beetle-psx 2330-1

Modified:
  libretro-beetle-psx/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++-------------
 1 file changed, 5 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-23 09:38:54 UTC (rev 650968)
+++ PKGBUILD	2020-06-23 09:44:04 UTC (rev 650969)
@@ -5,8 +5,8 @@
   libretro-beetle-psx
   libretro-beetle-psx-hw
 )
-pkgver=2313
-pkgrel=2
+pkgver=2330
+pkgrel=1
 pkgdesc='Sony PlayStation core'
 arch=(x86_64)
 url=https://github.com/libretro/beetle-psx-libretro
@@ -22,12 +22,9 @@
   mesa
   vulkan-icd-loader
 )
-source=(
-  libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=ecdf0c3cff78a7c306ec3f25d8e5e68c70a02be6
-  libretro-beetle-psx-system-libs.patch
-)
-sha256sums=('SKIP'
-            'c92257a9ec8a77be5c9f5a3a90e268f53555bacf44336d68b338cecae855d2c4')
+_commit=409ac1b174269250714f7dcb22ac24883cd94581
+source=(libretro-beetle-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit})
+sha256sums=(SKIP)
 
 pkgver() {
   cd libretro-beetle-psx
@@ -36,11 +33,6 @@
 }
 
 prepare() {
-  cd libretro-beetle-psx
-
-  patch -Np1 -i ../libretro-beetle-psx-system-libs.patch
-
-  cd ..
   cp -r libretro-beetle-psx{,-hw}
 }
 



More information about the arch-commits mailing list