upgpkg: python2-safe 0.4-1
cleanup
This commit is contained in:
parent
5c2e8daedc
commit
7a8ef4e1cb
2 changed files with 5 additions and 7 deletions
|
@ -1,16 +1,14 @@
|
||||||
# Generated by mksrcinfo v8
|
|
||||||
# Mon Feb 29 15:19:03 UTC 2016
|
|
||||||
pkgbase = python2-safe
|
pkgbase = python2-safe
|
||||||
pkgdesc = Check the password strength for you.
|
pkgdesc = Check the password strength for you.
|
||||||
pkgver = 0.4
|
pkgver = 0.4
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://pypi.python.org/pypi/Safe
|
url = https://pypi.python.org/pypi/Safe
|
||||||
arch = any
|
arch = any
|
||||||
license = Apache
|
license = Apache
|
||||||
makedepends = python2-setuptools
|
makedepends = python2-setuptools
|
||||||
depends = python2
|
depends = python2
|
||||||
source = https://pypi.python.org/packages/source/S/Safe/Safe-0.4.tar.gz
|
source = https://pypi.python.org/packages/source/S/Safe/Safe-0.4.tar.gz
|
||||||
md5sums = 670ef3588b98f878dd1b38b13d8f677d
|
sha256sums = a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de
|
||||||
|
|
||||||
pkgname = python2-safe
|
pkgname = python2-safe
|
||||||
|
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||||
_pythonmod=Safe
|
_pythonmod=Safe
|
||||||
pkgname=python2-safe
|
pkgname=python2-safe
|
||||||
pkgver=0.4
|
pkgver=0.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Check the password strength for you."
|
pkgdesc="Check the password strength for you."
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="http://pypi.python.org/pypi/${_pythonmod}"
|
url="https://pypi.python.org/pypi/${_pythonmod}"
|
||||||
license=('Apache')
|
license=('Apache')
|
||||||
depends=('python2')
|
depends=('python2')
|
||||||
makedepends=('python2-setuptools')
|
makedepends=('python2-setuptools')
|
||||||
source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
|
source=("https://pypi.python.org/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
|
||||||
md5sums=('670ef3588b98f878dd1b38b13d8f677d')
|
sha256sums=('a2fdac9fe8a9dcf02b438201d6ce0b7be78f85dc6492d03edfb89be2adf489de')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_pythonmod}-$pkgver
|
cd ${srcdir}/${_pythonmod}-$pkgver
|
||||||
|
|
Loading…
Reference in a new issue