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

Jan Steffens heftig at archlinux.org
Sat May 19 15:14:12 UTC 2018


    Date: Saturday, May 19, 2018 @ 15:14:11
  Author: heftig
Revision: 324597

1.5.2-1

Modified:
  libepoxy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-19 15:11:43 UTC (rev 324596)
+++ PKGBUILD	2018-05-19 15:14:11 UTC (rev 324597)
@@ -2,7 +2,7 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=libepoxy
-pkgver=1.5.1
+pkgver=1.5.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=897e5194743ee0159a428d034822bacb75233cd7  # tags/1.5.1^0
+_commit=707f50e680ab4f1861b1e54ca6e2907aaca56c12  # tags/1.5.2^0
 source=("git+https://github.com/anholt/libepoxy#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 }
 
 build() {
-  arch-meson $pkgname build -Ddocs=true
+  arch-meson $pkgname build \
+    -D docs=true
   ninja -C build
 }
 
@@ -40,3 +41,5 @@
   DESTDIR="$pkgdir" ninja -C build install
   install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
+
+# vim:set sw=2 noet:



More information about the arch-commits mailing list