From eaaea5da53c549497c0b164944ff5ba5c605cdca Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Thu, 29 Apr 2021 10:39:14 +0200 Subject: community/texmf-dist: call verify hook in unpack --- community/texmf-dist/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/texmf-dist/APKBUILD b/community/texmf-dist/APKBUILD index c41016e6bcf..eec3af067d8 100644 --- a/community/texmf-dist/APKBUILD +++ b/community/texmf-dist/APKBUILD @@ -20,7 +20,7 @@ _pstricks=2021.58293 _publishers=2021.58683 _science=2021.58667 pkgver=$_core -pkgrel=0 +pkgrel=1 pkgdesc="TeX Live texmf core distribution" url="http://tug.org/texlive/" arch="noarch" @@ -72,7 +72,8 @@ source=" options="!check" unpack() { - # Prevent unpacking by overwriting the unpack() function + # Prevent unpacking by overwriting the unpack() function, but still verify integrity + verify return 0 } -- cgit v1.2.3