diff --git a/mingw-w64-python-rsa/PKGBUILD b/mingw-w64-python-rsa/PKGBUILD index f3762dde4e..ca34a78f13 100644 --- a/mingw-w64-python-rsa/PKGBUILD +++ b/mingw-w64-python-rsa/PKGBUILD @@ -3,16 +3,16 @@ _realname=rsa pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=4.7 +pkgver=4.7.1 pkgrel=1 pkgdesc='Pure-Python RSA implementation (mingw-w64)' arch=('any') url="https://github.com/sybrenstuvel/python-rsa/" license=('BSD') -depends=("${MINGW_PACKAGE_PREFIX}-python-pyasn1") +depends=("${MINGW_PACKAGE_PREFIX}-python") makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools") source=("https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz") -sha256sums=('69805d6b69f56eb05b62daea3a7dbd7aa44324ad1306445e05da8060232d00f4') +sha256sums=('9d74d1ff850745c9802cd6b53382bfeec7f6dbe4e26ee2759241ed1e7b0ecf5d') prepare() { cd "$srcdir"