diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-27 15:20:51 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-27 15:21:01 +0100 |
commit | 2abdc8fd0c89c64eadef216d735a3e8e90ad1a41 (patch) | |
tree | bebfd0e42fced3e18619dca38cdd2cb89e7ab946 /pcr/python2-pylons | |
parent | b3433e77d323c1f3153faaa54f38dd8aabcd689c (diff) | |
download | abslibre-2abdc8fd0c89c64eadef216d735a3e8e90ad1a41.tar.gz abslibre-2abdc8fd0c89c64eadef216d735a3e8e90ad1a41.tar.bz2 abslibre-2abdc8fd0c89c64eadef216d735a3e8e90ad1a41.zip |
pcr/python2-pylons: pylons is python2 only, not python3 only
Diffstat (limited to 'pcr/python2-pylons')
-rw-r--r-- | pcr/python2-pylons/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-pylons/PKGBUILD b/pcr/python2-pylons/PKGBUILD index 39e2180c2..7357b183a 100644 --- a/pcr/python2-pylons/PKGBUILD +++ b/pcr/python2-pylons/PKGBUILD @@ -1,7 +1,7 @@ #Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> _pkgname=Pylons -pkgname=(python-${_pkgname,,}) +pkgname=(python2-${_pkgname,,}) pkgver=1.0.3 pkgrel=1 pkgdesc='A lightweight web framework emphasizing flexibility and rapid development.' |