summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2021-05-05 14:20:37 +0200
committerCedric Girard2021-05-05 14:20:37 +0200
commit7802d97cc778973efedfadd19a913a1ca3a631d9 (patch)
tree5a946491b7c0d02d4f5cb2705642c204c0cd1286
parente20d765cf9b25e24b208298181bb7f033d15e91b (diff)
downloadaur-7802d97cc778973efedfadd19a913a1ca3a631d9.tar.gz
upgpkg: python2-safe 0.4-1
cleanup
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0850daf30315..1c8fbae8363b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Mon Feb 29 15:19:03 UTC 2016
pkgbase = python2-safe
pkgdesc = Check the password strength for you.
pkgver = 0.4
pkgrel = 1
- url = http://pypi.python.org/pypi/Safe
+ url = https://pypi.python.org/pypi/Safe
arch = any
license = Apache
makedepends = python2-setuptools
depends = python2
source = https://pypi.python.org/packages/source/S/Safe/Safe-0.4.tar.gz
- md5sums = 670ef3588b98f878dd1b38b13d8f677d
+ sha256sums = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de
pkgname = python2-safe
diff --git a/PKGBUILD b/PKGBUILD
index 10fe801d3ca1..b2db86222bac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Cedric Girard <girard.cedric@gmail.com>
+# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
_pythonmod=Safe
pkgname=python2-safe
pkgver=0.4
pkgrel=1
pkgdesc="Check the password strength for you."
arch=('any')
-url="http://pypi.python.org/pypi/${_pythonmod}"
+url="https://pypi.python.org/pypi/${_pythonmod}"
license=('Apache')
depends=('python2')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-md5sums=('670ef3588b98f878dd1b38b13d8f677d')
+sha256sums=('a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de')
build() {
cd ${srcdir}/${_pythonmod}-$pkgver