diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -1,7 +1,7 @@ pkgbase = fades pkgdesc = FAst DEpendencies for Scripts. - pkgver = 8.1 - pkgrel = 1.1 + pkgver = 9.0 + pkgrel = 2 url = https://github.com/PyAr/fades/ arch = any license = GPL3 @@ -9,8 +9,8 @@ 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://files.pythonhosted.org/packages/8b/9c/fd93dff7d8665b704c2f008009876118971df691f8e5bd662befdb8f574c/fades-8.1.tar.gz - sha256sums = c9ba065b59e9b6a2ab6fb6f65cd71a17e9fc97f543d5c975a4f9841a51d49317 + source = https://files.pythonhosted.org/packages/cd/b0/381b14139b36dcbd317349ce7c2bd2e2a66bfc772d13e568d71f3d98d977/fades-9.0.tar.gz + sha256sums = 77192b76efbd08dfabce65fe6012805a2383ec1b893c12091efe35fbfd9677f6 pkgname = fades @@ -1,16 +1,16 @@ # Maintainer: Nicolás Demarchi <mail@gilgamezh.me> pkgname=fades -pkgver=8.1 -pkgrel=1.1 +pkgver=9.0 +pkgrel=2 pkgdesc="FAst DEpendencies for Scripts." url="https://github.com/PyAr/fades/" 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://files.pythonhosted.org/packages/8b/9c/fd93dff7d8665b704c2f008009876118971df691f8e5bd662befdb8f574c/fades-8.1.tar.gz) -sha256sums=('c9ba065b59e9b6a2ab6fb6f65cd71a17e9fc97f543d5c975a4f9841a51d49317') +source=(https://files.pythonhosted.org/packages/cd/b0/381b14139b36dcbd317349ce7c2bd2e2a66bfc772d13e568d71f3d98d977/fades-9.0.tar.gz) +sha256sums=('77192b76efbd08dfabce65fe6012805a2383ec1b893c12091efe35fbfd9677f6') build() { cd ${srcdir}/fades-${pkgver} |