python-crypto: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:16:46 +00:00
parent ca1aed49e8
commit 9cb43e1159
2 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,6 @@ short_desc="The Python Cryptography Toolkit (Python2)"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://www.dlitz.net/software/pycrypto/"
license="PSF, Public domain"
update_pkgname=pycrypto
update_ignore="*a* *b*"
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz"
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c

View file

@ -0,0 +1,2 @@
pkgname=pycrypto
ignore="*a* *b*"