diff --git a/srcpkgs/libglvnd/template b/srcpkgs/libglvnd/template index b12cb41e6d5..77b80b0abcf 100644 --- a/srcpkgs/libglvnd/template +++ b/srcpkgs/libglvnd/template @@ -1,6 +1,6 @@ # Template file for 'libglvnd' pkgname=libglvnd -version=1.3.1 +version=1.3.2 revision=1 wrksrc="libglvnd-v${version}" build_style=meson @@ -11,7 +11,7 @@ maintainer="Stefano Ragni " license="custom:MIT-alike" homepage="https://gitlab.freedesktop.org/glvnd/libglvnd" distfiles="https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v${version}/libglvnd-v${version}.tar.gz" -checksum=b26c931ff79feced0d1ac69332797a08427308fa85541282ee9995680c880b24 +checksum=6332c27f4c792b09a3eb1d7ae18c2d6ff6a0acaf3a746489caf859e659fca2f7 provides="libGL-7.11_1 libEGL-7.11_1 libGLES-7.11_1" replaces="libGL>=0 libEGL>=0 libGLES>=0" @@ -27,7 +27,7 @@ case "$XBPS_TARGET_MACHINE" in esac post_install() { - $XBPS_FETCH_CMD "https://git.archlinux.org/svntogit/packages.git/plain/trunk/LICENSE?h=packages/libglvnd>LICENSE" + grep -A 25 "Copyright (c) 2013, NVIDIA CORPORATION." README.md > LICENSE vlicense LICENSE }