[arch-commits] Commit in libretro-nestopia/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Dec 22 18:42:07 UTC 2017
Date: Friday, December 22, 2017 @ 18:42:04
Author: alucryd
Revision: 275532
upgpkg: libretro-nestopia 851-1
Modified:
libretro-nestopia/trunk/PKGBUILD
----------+
PKGBUILD | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-22 18:40:16 UTC (rev 275531)
+++ PKGBUILD 2017-12-22 18:42:04 UTC (rev 275532)
@@ -2,7 +2,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=libretro-nestopia
-pkgver=721
+pkgver=851
pkgrel=1
pkgdesc='Nintendo Entertainment System core'
arch=('x86_64')
@@ -9,13 +9,11 @@
url='https://github.com/libretro/nestopia'
license=('GPL2')
groups=('libretro')
-depends=('gcc-libs' 'glibc')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
makedepends=('git')
-_commit='ebd462bda72ba3a5227afc1c73db604a4eb850e0'
-source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}"
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
- '95d5e5503de7129e349cff84a0da6047f8181cab3232ec963cef1a9af69b2cec')
+_commit='e4b6750128f8c51fec4113fdb059fea199373c98'
+source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}")
+sha256sums=('SKIP')
pkgver() {
cd libretro-nestopia
@@ -32,9 +30,7 @@
package() {
cd libretro-nestopia/libretro
- install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
- install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
- install -m 644 ../../nestopia_libretro.info "${pkgdir}"/usr/share/libretro/info/
+ install -Dm 644 nestopia_libretro.so -t "${pkgdir}"/usr/lib/libretro/
}
# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list