summaryrefslogtreecommitdiff
path: root/extra/pycrypto
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
committerroot <root@rshg054.dnsready.net>2012-10-18 01:24:49 -0700
commit9e3985ed7c9851da65023a0ab3d0739cce1858e2 (patch)
tree817050bac0aea21506bd81fde0bd6a07d7e2d3e4 /extra/pycrypto
parentc84b2cd310f86dc50c4f52a5907cb17652e8c87c (diff)
Thu Oct 18 01:23:58 PDT 2012
Diffstat (limited to 'extra/pycrypto')
-rw-r--r--extra/pycrypto/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/pycrypto/PKGBUILD b/extra/pycrypto/PKGBUILD
index 788a2bba2..6014e9052 100644
--- a/extra/pycrypto/PKGBUILD
+++ b/extra/pycrypto/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 165053 2012-08-09 19:15:19Z jgc $
+# $Id: PKGBUILD 169001 2012-10-17 10:19:44Z allan $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Kritoke <kritoke@gamebox.net>
pkgbase=pycrypto
pkgname=('python2-crypto' 'python-crypto')
pkgver=2.6
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
makedepends=('python2' 'python')
url="http://www.dlitz.net/software/pycrypto/"
@@ -41,7 +41,7 @@ package_python2-crypto() {
}
package_python-crypto() {
- pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Pythoni 3."
+ pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python 3."
depends=('python')
cd "${srcdir}/${pkgbase}-${pkgver}-py3"