summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-27 15:20:51 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-27 15:21:01 +0100
commit2abdc8fd0c89c64eadef216d735a3e8e90ad1a41 (patch)
treebebfd0e42fced3e18619dca38cdd2cb89e7ab946
parentb3433e77d323c1f3153faaa54f38dd8aabcd689c (diff)
pcr/python2-pylons: pylons is python2 only, not python3 only
-rw-r--r--pcr/python2-pylons/PKGBUILD2
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.'