diff options
author | Michael Hanson <mihanson@linhes.org> | 2011-10-12 01:44:32 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2011-10-12 01:44:32 (GMT) |
commit | 12508fdd46f0e5131fb35a46a847ab814220cd8b (patch) | |
tree | dc7a7887faee2efb9156ea2dff9920ca1a5dfd16 /abs/extra/community/twisted/PKGBUILD | |
parent | 33b16078be993273a17490689c32a32d88ecb14a (diff) | |
download | linhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.zip linhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.tar.gz linhes_pkgbuild-12508fdd46f0e5131fb35a46a847ab814220cd8b.tar.bz2 |
twisted: missed a python2.7 reference in the install file.
Diffstat (limited to 'abs/extra/community/twisted/PKGBUILD')
-rw-r--r-- | abs/extra/community/twisted/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/extra/community/twisted/PKGBUILD b/abs/extra/community/twisted/PKGBUILD index c197c57..13fca6b 100644 --- a/abs/extra/community/twisted/PKGBUILD +++ b/abs/extra/community/twisted/PKGBUILD @@ -5,7 +5,7 @@ pkgname=twisted pkgver=10.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Asynchronous networking framework written in Python." arch=('i686' 'x86_64') url="http://twistedmatrix.com/" |