summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-12-22 14:58:38 +0100
committerMaxime Gauduin2017-12-22 14:58:38 +0100
commit70e378569f2e8b948cde5445c1c12ededfe05547 (patch)
tree48fe3480b06899330a6fae0b5ef1fe7475988612
parent9bde242e3676184a8fbe1654d774d9f643e80a71 (diff)
downloadaur-70e378569f2e8b948cde5445c1c12ededfe05547.tar.gz
libretro-bsnes-git r543.a4800add-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD17
2 files changed, 8 insertions, 21 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa0c9095a74d..6fb8f9cff848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,27 +1,21 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 19:21:35 UTC 2017
+# Fri Dec 22 13:58:38 UTC 2017
pkgbase = libretro-bsnes-git
pkgdesc = Super Nintendo Entertainment System cores
- pkgver = r464.6039847
+ pkgver = r543.a4800add
pkgrel = 1
url = https://github.com/libretro/bsnes-libretro
- arch = i686
arch = x86_64
groups = libretro-unstable
license = GPL3
makedepends = git
depends = gcc-libs
depends = glibc
+ depends = libretro-core-info
provides = libretro-bsnes
conflicts = libretro-bsnes
source = libretro-bsnes::git+https://github.com/libretro/bsnes-libretro
- source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info
- source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info
- source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_performance_libretro.info
sha256sums = SKIP
- sha256sums = 0307d236776f5462dfa4fd7814b03dc7704cd66c1cc1e03a1dd5b1b978bb3fb8
- sha256sums = 594296694dd0b99959253f8da066a83c9de17c1c260dcdd058d9b45dbeb8af61
- sha256sums = 0cf91d9788336a9e62df448df20003a7b720a8e309eeb6a7f0f00293d4768fff
pkgname = libretro-bsnes-git
diff --git a/PKGBUILD b/PKGBUILD
index 4fcd69c2cd85..a1a1e494b8cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,19 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-bsnes-git
-pkgver=r464.6039847
+pkgver=r543.a4800add
pkgrel=1
pkgdesc='Super Nintendo Entertainment System cores'
-arch=('i686' 'x86_64')
+arch=('x86_64')
url='https://github.com/libretro/bsnes-libretro'
license=('GPL3')
groups=('libretro-unstable')
-depends=('gcc-libs' 'glibc')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
makedepends=('git')
provides=('libretro-bsnes')
conflicts=('libretro-bsnes')
-source=('libretro-bsnes::git+https://github.com/libretro/bsnes-libretro'
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_accuracy_libretro.info'
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_balanced_libretro.info'
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/bsnes_performance_libretro.info')
-sha256sums=('SKIP'
- '0307d236776f5462dfa4fd7814b03dc7704cd66c1cc1e03a1dd5b1b978bb3fb8'
- '594296694dd0b99959253f8da066a83c9de17c1c260dcdd058d9b45dbeb8af61'
- '0cf91d9788336a9e62df448df20003a7b720a8e309eeb6a7f0f00293d4768fff')
+source=('libretro-bsnes::git+https://github.com/libretro/bsnes-libretro')
+sha256sums=('SKIP')
pkgver() {
cd libretro-bsnes
@@ -47,7 +41,6 @@ package() {
install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
for p in accuracy balanced performance; do
install -m 644 out/bsnes_${p}_libretro.so "${pkgdir}"/usr/lib/libretro/
- install -m 644 ../bsnes_${p}_libretro.info "${pkgdir}"/usr/share/libretro/info/
done
}