Date: Sunday, October 24, 2010 @ 13:01:27 Author: ibiru Revision: 96778
upgpkg: pycrypto 2.3-1 update to 2.3 Modified: pycrypto/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-24 16:53:17 UTC (rev 96777) +++ PKGBUILD 2010-10-24 17:01:27 UTC (rev 96778) @@ -3,7 +3,7 @@ # Contributor: Kritoke <krit...@gamebox.net> pkgname=pycrypto -pkgver=2.2 +pkgver=2.3 pkgrel=1 pkgdesc="Collection of cryptographic algorithms and protocols, implemented for use from Python." arch=(i686 x86_64) @@ -11,7 +11,7 @@ url="http://www.dlitz.net/software/pycrypto/" license=(custom) source=(http://ftp.dlitz.net/pub/dlitz/crypto/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('9219449bc85ab4f4ff61fc83b0cbe0ec23d46943caab3d5413c6ba52da6f922c') +sha256sums=('4f11e85fbcf13960373650fc2dae8f088f9b001f07fb6d3efb2fcb5334987182') build() { cd "${srcdir}/${pkgname}-${pkgver}"