summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e283b98b896..35053fff8d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jan 28 21:51:51 UTC 2016
+# Thu Jan 28 22:50:52 UTC 2016
pkgbase = glshim-git
pkgdesc = OpenGL 1.x driver for OpenGL ES devices
pkgver = 879.7a60f13
@@ -9,6 +9,9 @@ pkgbase = glshim-git
license = custom
makedepends = git
makedepends = cmake
+ depends = libx11
+ depends = gcc-libs
+ provides = libgl
source = git+https://github.com/lunixbochs/glshim.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6e8f6bfdafce..321a07220a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url='https://github.com/lunixbochs/glshim'
license=('custom')
depends=('libx11' 'gcc-libs')
makedepends=('git' 'cmake')
-
+provides=('libgl')
source=("git+https://github.com/lunixbochs/${_gitname}.git")
md5sums=('SKIP')