aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pycolorterm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-pycolorterm/APKBUILD')
-rw-r--r--testing/py3-pycolorterm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-pycolorterm/APKBUILD b/testing/py3-pycolorterm/APKBUILD
index 5b13ff14759..9311edbce0f 100644
--- a/testing/py3-pycolorterm/APKBUILD
+++ b/testing/py3-pycolorterm/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-pycolorterm
_pkgname=pycolorterm
pkgver=0.2.1
-pkgrel=3
+pkgrel=5
pkgdesc="A Python module to work with color and style formatting"
url="https://github.com/dnmellen/pycolorterm"
arch="noarch"
@@ -22,7 +22,7 @@ build() {
package() {
cd "$builddir"
- python3 setup.py install --prefix=/usr --root="$pkgdir"
+ python3 setup.py install --skip-build --root="$pkgdir"
}
sha512sums="c90cb9a0fde94bbd856ba555bb5137004a3a936e028830938bdadf25be94a6f13a0597afb5439681c89d483806375708106be585c236109e83c3e493973e7d4a pycolorterm-0.2.1.tar.gz"