aboutsummaryrefslogtreecommitdiffstats
path: root/community/texmf-dist/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/texmf-dist/APKBUILD')
-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
}