diff options
author | gilgamezh | 2017-05-15 17:22:42 -0300 |
---|---|---|
committer | gilgamezh | 2017-05-15 17:22:42 -0300 |
commit | 50b193807e866a21d94c5cebff8eae27df4dbb50 (patch) | |
tree | 096ba65803358955f2be2f4abb1d2f389a9cb98f | |
parent | d302ff1c5d34f84f1428e08706076151838b753a (diff) | |
download | aur-50b193807e866a21d94c5cebff8eae27df4dbb50.tar.gz |
release 6.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Tue Feb 16 17:49:10 UTC 2016 +# Mon May 15 20:22:14 UTC 2017 pkgbase = fades pkgdesc = FAst DEpendencies for Scripts. - pkgver = 5 + pkgver = 6.0 pkgrel = 1 url = https://github.com/PyAr/fades/ arch = any @@ -11,7 +11,7 @@ pkgbase = fades depends = python-setuptools optdepends = python-xdg: Used to correctly get user folders, optdepends = python-virtualenv: Used to support different Python versions for child execution. - source = https://pypi.python.org/packages/source/f/fades/fades-5.tar.gz + source = https://pypi.python.org/packages/59/18/cc80eb5c0a2e15c4b95df6a3c6158e06acb2e075ef2b811753936a6bdf57/fades-6.0.1.tar.gz md5sums = 791913189e5a1a987ff6f9f4b2905e37 pkgname = fades @@ -1,7 +1,7 @@ # Maintainer: Nicolás Demarchi <mail@gilgamezh.me> pkgname=fades -pkgver=5 +pkgver=6.0 pkgrel=1 pkgdesc="FAst DEpendencies for Scripts." url="https://github.com/PyAr/fades/" @@ -9,7 +9,7 @@ arch=('any') depends=('python' 'python-setuptools') optdepends=('python-xdg: Used to correctly get user folders', 'python-virtualenv: Used to support different Python versions for child execution.') license=('GPL3') -source=(https://pypi.python.org/packages/source/f/fades/fades-${pkgver}.tar.gz) +source=(https://pypi.python.org/packages/59/18/cc80eb5c0a2e15c4b95df6a3c6158e06acb2e075ef2b811753936a6bdf57/fades-6.0.1.tar.gz) md5sums=('791913189e5a1a987ff6f9f4b2905e37') build() { |