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

Jan Steffens heftig at archlinux.org
Wed Dec 23 00:37:40 UTC 2020


    Date: Wednesday, December 23, 2020 @ 00:37:39
  Author: heftig
Revision: 404867

1.5.5-1

Modified:
  libepoxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 00:01:17 UTC (rev 404866)
+++ PKGBUILD	2020-12-23 00:37:39 UTC (rev 404867)
@@ -1,8 +1,8 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=libepoxy
-pkgver=1.5.4
-pkgrel=2
+pkgver=1.5.5
+pkgrel=1
 pkgdesc="Library handling OpenGL function pointer management"
 url="https://github.com/anholt/libepoxy"
 arch=(x86_64)
@@ -9,7 +9,7 @@
 license=(MIT)
 depends=(glibc)
 makedepends=(python mesa-libgl git meson doxygen graphviz)
-_commit=09edbe01d901c0f01e866aa08455c6d9ee6fd0ac  # tags/1.5.4^0
+_commit=34ecb908b044446226f4cf8829419664ae0ca544  # tags/1.5.5^0
 source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -24,7 +24,7 @@
 
 build() {
   arch-meson $pkgname build -D docs=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list