summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2019-02-21 09:08:40 +0100
committerMaxime Gauduin2019-02-21 09:08:40 +0100
commit3fcb74ccc1101bc1e378d8e5b36748e3295756f1 (patch)
treea101d870d3efc0f21414ec959610169ccc003b87
parentb41b6d0d0ac06df383f7a73373c5f72c1d4d5f4b (diff)
downloadaur-3fcb74ccc1101bc1e378d8e5b36748e3295756f1.tar.gz
add missing dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db491ddba80a..158fd8060f6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 19 20:13:53 UTC 2019
+# Thu Feb 21 08:08:40 UTC 2019
pkgbase = libretro-dolphin-git
pkgdesc = Nintendo GC/Wii core
- pkgver = r29733.ed805733c6
+ pkgver = r29735.ec90b9bfcd
pkgrel = 1
url = https://github.com/libretro/dolphin
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = libretro-dolphin-git
depends = libretro-core-info
depends = libudev.so
depends = libx11
+ depends = libxi
depends = libxrandr
depends = zlib
provides = libretro-dolphin
diff --git a/PKGBUILD b/PKGBUILD
index dece78090ece..f787b09601bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-dolphin-git
-pkgver=r29733.ed805733c6
+pkgver=r29735.ec90b9bfcd
pkgrel=1
pkgdesc='Nintendo GC/Wii core'
arch=(x86_64)
@@ -12,6 +12,7 @@ depends=(
libretro-core-info
libudev.so
libx11
+ libxi
libxrandr
zlib
)