summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-01-19 21:16:11 +0100
committerMaxime Gauduin2019-01-19 21:16:11 +0100
commit62ded0d29d36a3107d0c475dcdcd43b7fe89e0cf (patch)
treeebdd5a689aff55d53c8cf62cd574415a2a36aabf
parent7bc315cbbf3af58e57c5ecb9ef4081e46f9d742e (diff)
downloadaur-62ded0d29d36a3107d0c475dcdcd43b7fe89e0cf.tar.gz
fix dolphin
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD30
2 files changed, 24 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f54d62943f..e88a75d21812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 21 19:43:59 UTC 2018
+# Sat Jan 19 20:16:10 UTC 2019
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GC/Wii core
- pkgver = r28913.1c0e3ef438
+ pkgver = r29719.7796f12fbf
pkgrel = 1
url = https://github.com/libretro/dolphin
arch = x86_64
@@ -14,6 +14,9 @@ pkgbase = libretro-dolphin-git
depends = libretro-core-info
depends = libcurl.so
depends = libusb-1.0.so
+ depends = libxi
+ depends = libxrandr
+ depends = zlib
provides = libretro-dolphin
conflicts = libretro-dolphin
source = libretro-dolphin::git+https://github.com/libretro/dolphin.git
diff --git a/PKGBUILD b/PKGBUILD
index 4b5a1f0116c0..7f67020c34d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,30 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-dolphin-git
-pkgver=r28913.1c0e3ef438
+pkgver=r29719.7796f12fbf
pkgrel=1
pkgdesc='Nintendo GC/Wii core'
-arch=('x86_64')
+arch=(x86_64)
url='https://github.com/libretro/dolphin'
-license=('GPL2')
-groups=('libretro-unstable')
+license=(GPL2)
+groups=(libretro-unstable)
depends=(
- 'libretro-core-info'
- 'libcurl.so' 'libusb-1.0.so'
+ libretro-core-info
+ libcurl.so
+ libusb-1.0.so
+ libxi
+ libxrandr
+ zlib
)
-makedepends=('cmake' 'git' 'mesa')
-provides=('libretro-dolphin')
-conflicts=('libretro-dolphin')
-source=('libretro-dolphin::git+https://github.com/libretro/dolphin.git')
-sha256sums=('SKIP')
+makedepends=(
+ cmake
+ git
+ mesa
+)
+provides=(libretro-dolphin)
+conflicts=(libretro-dolphin)
+source=(libretro-dolphin::git+https://github.com/libretro/dolphin.git)
+sha256sums=(SKIP)
pkgver() {
cd libretro-dolphin