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

Jan Steffens heftig at archlinux.org
Sun Apr 30 16:33:33 UTC 2017


    Date: Sunday, April 30, 2017 @ 16:33:32
  Author: heftig
Revision: 295107

1.4.2-1

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-30 16:31:40 UTC (rev 295106)
+++ PKGBUILD	2017-04-30 16:33:32 UTC (rev 295107)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=libepoxy
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="Library handling OpenGL function pointer management"
 url="https://github.com/anholt/libepoxy"
@@ -10,7 +10,7 @@
 license=(MIT)
 depends=(glibc)
 makedepends=(python mesa-libgl git meson doxygen graphviz)
-_commit=5564f9d28de46b2e1236dd7252549698efe66d8a  # tags/1.4.1^0
+_commit=abe6a80412891cd9cfdb22a66a2b2a773fc4eb3b  # tags/1.4.2^0
 source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +26,6 @@
 
 build() {
   cd build
-  export LANG=en_US.UTF-8
   meson --prefix=/usr --buildtype=release ../$pkgname -Denable-docs=true
   ninja
 }
@@ -33,7 +32,7 @@
 
 check() {
   cd build
-  ninja test
+  mesontest
 }
 
 package() {



More information about the arch-commits mailing list