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

Maxime Gauduin alucryd at archlinux.org
Thu Jan 23 15:29:35 UTC 2020


    Date: Thursday, January 23, 2020 @ 15:29:34
  Author: alucryd
Revision: 554978

upgpkg: libretro-nestopia 15-1

Modified:
  libretro-nestopia/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-23 15:27:06 UTC (rev 554977)
+++ PKGBUILD	2020-01-23 15:29:34 UTC (rev 554978)
@@ -1,17 +1,16 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=libretro-nestopia
-pkgver=947
+pkgver=15
 pkgrel=1
 pkgdesc='Nintendo Entertainment System core'
 arch=(x86_64)
-url='https://github.com/libretro/nestopia'
+url=https://github.com/libretro/nestopia
 license=(GPL2)
 groups=(libretro)
 depends=(libretro-core-info)
 makedepends=(git)
-_commit='28aa27ccd6a44cf8e1e406b58356a8d0bb646834'
-source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit})
+source=(libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=70c53f08c0cc92e90d095d6558ab737ce20431ac)
 sha256sums=(SKIP)
 
 pkgver() {
@@ -21,15 +20,11 @@
 }
 
 build() {
-  cd libretro-nestopia/libretro
-
-  make
+  make -C libretro-nestopia/libretro
 }
 
 package() {
-  cd libretro-nestopia/libretro
-
-  install -Dm 644 nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 libretro-nestopia/libretro/nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list