From adb05457ef3eab8911ae5e1d87515c7b9f767e7a Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 4 Oct 2018 23:42:59 -0300 Subject: [PATCH] libepoxy: update to 1.5.3. --- srcpkgs/libepoxy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libepoxy/template b/srcpkgs/libepoxy/template index 49dc650adc8..7d9f08ac0e9 100644 --- a/srcpkgs/libepoxy/template +++ b/srcpkgs/libepoxy/template @@ -1,17 +1,17 @@ # Template file for 'libepoxy' pkgname=libepoxy -version=1.5.2 +version=1.5.3 revision=1 build_style=meson hostmakedepends="pkg-config python xorg-util-macros" makedepends="MesaLib-devel" short_desc="Library for handling OpenGL function pointer management for you" -maintainer="Juan RP " +maintainer="maxice8 " license="MIT" homepage="https://github.com/anholt/libepoxy" #changelog="https://github.com/anholt/libepoxy/releases" distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz" -checksum=1ffc3ffe0567f986ff5731d4ef3a3765e0a4f9d642fffdae303362567eecd689 +checksum=c2f1e2c9c12dcc57dee07cd4ca47de83cf19d0226a225b695066ce58ebb4b117 case "$XBPS_TARGET_MACHINE" in *-musl) configure_args+=" -Dhas-dlvsym=false" ;;