From 9cb43e1159aa96eeb3e8588fdb307b8e819bdd5c Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 15 Jan 2015 11:16:46 +0000 Subject: [PATCH] python-crypto: extract update_* to external update file --- srcpkgs/python-crypto/template | 2 -- srcpkgs/python-crypto/update | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/python-crypto/update diff --git a/srcpkgs/python-crypto/template b/srcpkgs/python-crypto/template index 9cff956c772..997e4df3f8b 100644 --- a/srcpkgs/python-crypto/template +++ b/srcpkgs/python-crypto/template @@ -14,8 +14,6 @@ short_desc="The Python Cryptography Toolkit (Python2)" maintainer="Juan RP " 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 diff --git a/srcpkgs/python-crypto/update b/srcpkgs/python-crypto/update new file mode 100644 index 00000000000..5c13dd3231b --- /dev/null +++ b/srcpkgs/python-crypto/update @@ -0,0 +1,2 @@ +pkgname=pycrypto +ignore="*a* *b*"