From 9c4c53c5c46548d94ad9a25645ec1e970a8b3b20 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Wed, 25 Apr 2018 01:19:50 -0500 Subject: user/ponysay: 20% more forced Python 3 --- user/ponysay/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user') diff --git a/user/ponysay/APKBUILD b/user/ponysay/APKBUILD index 9e2001359..b7aa70d63 100644 --- a/user/ponysay/APKBUILD +++ b/user/ponysay/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox pkgname=ponysay pkgver=3.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="Like cowsay, but with horses" url="https://github.com/erkin/ponysay" arch="noarch" @@ -26,8 +26,8 @@ check() { package() { cd "$builddir" - python setup.py install --prefix=/usr --destdir="$pkgdir" --with-man \ - --freedom=sloppy --without-fish + python3 setup.py install --prefix=/usr --destdir="$pkgdir" --with-man \ + --freedom=sloppy --without-fish --with-custom-env-python=python3 } bashcomp() { -- cgit v1.2.3-60-g2f50