aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py-pygments/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/py-pygments/APKBUILD b/main/py-pygments/APKBUILD
index cf63c8941d..5744554ab7 100644
--- a/main/py-pygments/APKBUILD
+++ b/main/py-pygments/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py-pygments
_pkgname=Pygments
pkgver=2.0.2
-pkgrel=0
+pkgrel=1
pkgdesc="A syntax highlighting package written in Python."
url="http://pygments.org/"
arch="noarch"
@@ -54,6 +54,7 @@ doc() {
# Fix subdir perms
find "$subpkgdir"/usr/share/doc/$pkgname/ -type d \
-exec chmod 755 '{}' \; || return 1
+ default_doc
}
md5sums="238587a1370d62405edabd0794b3ec4a Pygments-2.0.2.tar.gz"