mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
python-crypto: extract update_* to external update file
This commit is contained in:
parent
ca1aed49e8
commit
9cb43e1159
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@ short_desc="The Python Cryptography Toolkit (Python2)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="https://www.dlitz.net/software/pycrypto/"
|
homepage="https://www.dlitz.net/software/pycrypto/"
|
||||||
license="PSF, Public domain"
|
license="PSF, Public domain"
|
||||||
update_pkgname=pycrypto
|
|
||||||
update_ignore="*a* *b*"
|
|
||||||
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz"
|
distfiles="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-$version.tar.gz"
|
||||||
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
|
checksum=f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c
|
||||||
|
|
||||||
|
|
2
srcpkgs/python-crypto/update
Normal file
2
srcpkgs/python-crypto/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
pkgname=pycrypto
|
||||||
|
ignore="*a* *b*"
|
Loading…
Add table
Reference in a new issue