summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-12-22 16:15:37 +0100
committerMaxime Gauduin2017-12-22 16:15:37 +0100
commit2be97b65cc83cfb40b43bd666ceb2f45093b1919 (patch)
treee0dca2c5a892809ddd605c3978dbef440de4c58d
parent1396bc2351df79624af07def5c43f38a577756af (diff)
downloadaur-2be97b65cc83cfb40b43bd666ceb2f45093b1919.tar.gz
libretro-yabause-git r2953.c55eef97-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD16
2 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 220e27839f76..bad8edc45d7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 19:22:43 UTC 2017
+# Fri Dec 22 15:15:37 UTC 2017
pkgbase = libretro-yabause-git
pkgdesc = Sega Saturn core
- pkgver = r2680.679eee6
- pkgrel = 2
+ pkgver = r2953.c55eef97
+ pkgrel = 1
url = https://github.com/libretro/yabause
arch = i686
arch = x86_64
@@ -11,12 +11,11 @@ pkgbase = libretro-yabause-git
license = GPL2
makedepends = git
depends = glibc
+ depends = libretro-core-info
provides = libretro-yabause
conflicts = libretro-yabause
source = libretro-yabause::git+https://github.com/libretro/yabause.git
- source = https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info
sha256sums = SKIP
- sha256sums = 64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9
pkgname = libretro-yabause-git
diff --git a/PKGBUILD b/PKGBUILD
index cccd58a3f0d6..5c04aeeef3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-yabause-git
-pkgver=r2680.679eee6
-pkgrel=2
+pkgver=r2953.c55eef97
+pkgrel=1
pkgdesc='Sega Saturn core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/yabause'
license=('GPL2')
groups=('libretro-unstable')
-depends=('glibc')
+depends=('glibc' 'libretro-core-info')
makedepends=('git')
provides=('libretro-yabause')
conflicts=('libretro-yabause')
-source=('libretro-yabause::git+https://github.com/libretro/yabause.git'
- 'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
-sha256sums=('SKIP'
- '64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9')
+source=('libretro-yabause::git+https://github.com/libretro/yabause.git')
+sha256sums=('SKIP')
pkgver() {
cd libretro-yabause
@@ -32,9 +30,7 @@ build() {
package() {
cd libretro-yabause/libretro
- install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
- install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
- install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
+ install -Dm 644 yabause_libretro.so -t "${pkgdir}"/usr/lib/libretro/
}
# vim: ts=2 sw=2 et: