summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2018-06-19 12:06:32 +0200
committerMaxime Gauduin2018-06-19 12:06:32 +0200
commitadda52868294a1d1da9f66a382b0de8b93786b54 (patch)
tree1bc85c12aebf622b9c11ca9c94d640db4982caff
parent5fe156408eaaff005e679f7a656a65451e498471 (diff)
downloadaur-adda52868294a1d1da9f66a382b0de8b93786b54.tar.gz
Add libglvnd to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 215eb09d040c..a37ed34ead2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 28 09:52:43 UTC 2018
+# Tue Jun 19 10:06:32 UTC 2018
pkgbase = libretro-ppsspp-git
pkgdesc = Sony PlayStation Portable core
- pkgver = r24058.29de4b5a1
+ pkgver = r24191.9c9432e75
pkgrel = 1
url = https://github.com/libretro/libretro-ppsspp
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = libretro-ppsspp-git
makedepends = cmake
makedepends = git
makedepends = glu
+ makedepends = libglvnd
depends = gcc-libs
depends = glew
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 5c5d1723a95d..6cb854a8281a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Duck Hunt <vaporeon@tfwno.gf>
pkgname=libretro-ppsspp-git
-pkgver=r24058.29de4b5a1
+pkgver=r24191.9c9432e75
pkgrel=1
pkgdesc='Sony PlayStation Portable core'
arch=('x86_64')
@@ -11,7 +11,7 @@ url='https://github.com/libretro/libretro-ppsspp'
license=('GPL2')
groups=('libretro-unstable')
depends=('gcc-libs' 'glew' 'glibc' 'libgl' 'libretro-core-info' 'sdl2' 'zlib')
-makedepends=('cmake' 'git' 'glu')
+makedepends=('cmake' 'git' 'glu' 'libglvnd')
provides=('libretro-ppsspp')
conflicts=('libretro-ppsspp')
source=('libretro-ppsspp::git+https://github.com/libretro/ppsspp.git'