From 9796cd41d4d4460f5ed57094a42b63ed5adc11f5 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 28 Aug 2017 02:48:29 +0200 Subject: [PATCH] python-crypto: rebuild for Python 3.6 --- srcpkgs/python-crypto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-crypto/template b/srcpkgs/python-crypto/template index daaabd6bc93..1554482cec4 100644 --- a/srcpkgs/python-crypto/template +++ b/srcpkgs/python-crypto/template @@ -1,7 +1,7 @@ # Template file for 'python-crypto' pkgname=python-crypto version=2.6.1 -revision=8 +revision=9 wrksrc="pycrypto-${version}" build_style=python-module hostmakedepends="python-devel python3-devel"