Skip to content

Commit 4998bbd

Browse files
committed
Archlinux release 4.0
1 parent def5765 commit 4998bbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/archlinux/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Nicolás Demarchi <mail@gilgamezh.me>
22

33
pkgname=fades
4-
pkgver=3
4+
pkgver=4
55
pkgrel=1
66
pkgdesc="FAst DEpendencies for Scripts."
77
url="https://github.com/PyAr/fades/"
@@ -10,7 +10,7 @@ depends=('python' 'python-setuptools')
1010
optdepends=('python-xdg: Used to correctly get user folders', 'python-virtualenv: Used to support different Python versions for child execution.')
1111
license=('GPL3')
1212
source=(https://pypi.python.org/packages/source/f/fades/fades-${pkgver}.tar.gz)
13-
md5sums=('78bebd9cfa792c3f5a270c80b8c994fc')
13+
md5sums=('5084b92260b31afbe0aa430eb501475f')
1414

1515
build() {
1616
cd ${srcdir}/fades-${pkgver}

0 commit comments

Comments
 (0)