summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-12-22 15:57:06 +0100
committerMaxime Gauduin2017-12-22 15:57:06 +0100
commit65bd51f681cb5857cc766c85b91eb5ef2233b11f (patch)
tree28697f233547982c4b826edfdc93b25a1053bd1e
parent485f6e7872dc51671febc55abbeac7b34f1076fc (diff)
downloadaur-65bd51f681cb5857cc766c85b91eb5ef2233b11f.tar.gz
libretro-dolphin-git r23943.cda77d5d96-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4069906b09f..fb7aa9c2bd7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 19:13:10 UTC 2017
+# Fri Dec 22 14:57:05 UTC 2017
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GC/Wii core
- pkgver = r23904.54445a0a87
+ pkgver = r23943.cda77d5d96
pkgrel = 1
url = https://github.com/libretro/dolphin
arch = i686
@@ -12,11 +12,10 @@ pkgbase = libretro-dolphin-git
makedepends = git
depends = gcc-libs
depends = glibc
+ depends = libretro-core-info
provides = libretro-dolphin
conflicts = libretro-dolphin
source = libretro-dolphin::git+https://github.com/libretro/dolphin.git
- source = git+https://github.com/libretro/libretro-core-info.git
- sha256sums = SKIP
sha256sums = SKIP
pkgname = libretro-dolphin-git
diff --git a/PKGBUILD b/PKGBUILD
index a8dc9d0b4399..55e409a5097e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-dolphin-git
-pkgver=r23904.54445a0a87
+pkgver=r23943.cda77d5d96
pkgrel=1
pkgdesc='Nintendo GC/Wii core'
arch=('i686' 'x86_64')
url='https://github.com/libretro/dolphin'
license=('GPL2')
groups=('libretro-unstable')
-depends=('gcc-libs' 'glibc')
+depends=('gcc-libs' 'glibc' 'libretro-core-info')
makedepends=('git')
provides=('libretro-dolphin')
conflicts=('libretro-dolphin')
-source=('libretro-dolphin::git+https://github.com/libretro/dolphin.git'
- 'git+https://github.com/libretro/libretro-core-info.git')
-sha256sums=('SKIP'
- 'SKIP')
+source=('libretro-dolphin::git+https://github.com/libretro/dolphin.git')
+sha256sums=('SKIP')
pkgver() {
cd libretro-dolphin
@@ -33,7 +31,6 @@ package() {
cd libretro-dolphin/Source/Core/DolphinLibretro
install -Dm 644 dolphin_libretro.so -t "${pkgdir}"/usr/lib/libretro/
- install -Dm 644 ../../../../libretro-core-info/dolphin_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
}
# vim: ts=2 sw=2 et: