Skip to content

Commit a1ec45d

Browse files
Merge pull request #134 from PyAr/arch_release_4
Archlinux release 4.0
2 parents def5765 + 4998bbd commit a1ec45d

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 <[email protected]>
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)