[arch-commits] Commit in python-rsa/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Mon Jun 15 12:13:52 UTC 2020


    Date: Monday, June 15, 2020 @ 12:13:51
  Author: mtorromeo
Revision: 645030

upgpkg: python-rsa 4.6-1

Modified:
  python-rsa/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-15 12:13:50 UTC (rev 645029)
+++ PKGBUILD	2020-06-15 12:13:51 UTC (rev 645030)
@@ -1,17 +1,17 @@
 # Maintainer: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=python-rsa
-pkgver=4.0
-pkgrel=4
+pkgver=4.6
+pkgrel=1
 _libname=rsa
 pkgdesc="Pure-Python RSA implementation"
 arch=(any)
-url="https://stuvel.eu/rsa"
+url="https://github.com/sybrenstuvel/python-rsa/"
 license=('BSD')
 source=(https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz)
 depends=(python-pyasn1)
 makedepends=(python-setuptools)
-sha256sums=('1a836406405730121ae9823e19c6e806c62bbad73f890574fff50efa4122c487')
+sha256sums=('109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa')
 
 build() {
 	cd "$srcdir/$_libname-$pkgver"



More information about the arch-commits mailing list