aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarian Buschsieweke <marian.buschsieweke@ovgu.de>2021-04-29 10:39:14 +0200
committerMilan P. Stanić <mps@arvanta.net>2021-04-29 10:15:45 +0000
commiteaaea5da53c549497c0b164944ff5ba5c605cdca (patch)
tree4c98eecd8f1eb30e0c48cac605ead1bf7d9a69b3
parenta61beeb7bb82e6f91eef69252685d216d188ce69 (diff)
community/texmf-dist: call verify hook in unpack
-rw-r--r--community/texmf-dist/APKBUILD5
1 files 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
}