[arch-commits] Commit in python-m2crypto/trunk (PKGBUILD)

Angel Velásquez angvp at archlinux.org
Sun Oct 9 08:26:30 UTC 2011


    Date: Sunday, October 9, 2011 @ 04:26:30
  Author: angvp
Revision: 140195

upgpkg: python-m2crypto 0.21.1-1

Bump release to 0.21.1

Modified:
  python-m2crypto/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-09 05:40:19 UTC (rev 140194)
+++ PKGBUILD	2011-10-09 08:26:30 UTC (rev 140195)
@@ -1,25 +1,22 @@
 # $Id$
-# Maintainer:
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
 # Contributor: Sergej Pupykin <sergej at aur.archlinux.org>
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=python-m2crypto
-pkgver=0.20.2
-pkgrel=3
+pkgver=0.21.1
+pkgrel=1
 pkgdesc="A crypto and SSL toolkit for Python"
 arch=('i686' 'x86_64')
 url="http://wiki.osafoundation.org/bin/view/Projects/MeTooCrypto"
 license=('BSD')
 depends=('python2' 'openssl')
 makedepends=('swig')
-source=("http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${pkgver}.tar.gz"
-	'openssl1.patch')
-md5sums=('6c24410410d6eb1920ea43f77a93613a'
-         '80a707ad6610f2871efdf40658e30364')
+source=("http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-${pkgver}.tar.gz")
+md5sums=('f93d8462ff7646397a9f77a2fe602d17')
 
 build() {
   cd "${srcdir}/M2Crypto-${pkgver}"
-  patch -Np0 -i ${srcdir}/openssl1.patch
   python2 setup.py build
 }
 




More information about the arch-commits mailing list