[arch-commits] Commit in libepoxy/trunk (PKGBUILD)

Laurent Carlier lcarlier at archlinux.org
Thu Jul 17 20:51:54 UTC 2014


    Date: Thursday, July 17, 2014 @ 22:51:54
  Author: lcarlier
Revision: 216960

upgpkg: libepoxy 1.2-2

fix make check

Modified:
  libepoxy/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-17 20:46:40 UTC (rev 216959)
+++ PKGBUILD	2014-07-17 20:51:54 UTC (rev 216960)
@@ -3,13 +3,13 @@
 
 pkgname=libepoxy
 pkgver=1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for handling OpenGL function pointer management for you"
 url="https://github.com/anholt/libepoxy"
 arch=('i686' 'x86_64')
 license=(MIT)
 depends=('glibc')
-makedepends=('xorg-util-macros' 'python' 'mesa')
+makedepends=('xorg-util-macros' 'python' 'mesa-libgl')
 options=('!libtool')
 source=("https://github.com/anholt/${pkgname}/archive/v${pkgver}.tar.gz")
 md5sums=('12d6b7621f086c0c928887c27d90bc30')
@@ -20,12 +20,12 @@
   ./autogen.sh --prefix=/usr
 }
 
-#check() {
-#  cd "${pkgname}-${pkgver}"
-#
-#  make -k check
-#}
+check() {
+  cd "${pkgname}-${pkgver}"
 
+  make -k check
+}
+
 package() {
   cd "${pkgname}-${pkgver}"
 




More information about the arch-commits mailing list