Skip to content

Commit

Permalink
Merge pull request #134 from PyAr/arch_release_4
Browse files Browse the repository at this point in the history
Archlinux release 4.0
  • Loading branch information
facundobatista committed Nov 19, 2015
2 parents def5765 + 4998bbd commit a1ec45d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Nicolás Demarchi <mail@gilgamezh.me>

pkgname=fades
pkgver=3
pkgver=4
pkgrel=1
pkgdesc="FAst DEpendencies for Scripts."
url="https://github.com/PyAr/fades/"
Expand All @@ -10,7 +10,7 @@ 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)
md5sums=('78bebd9cfa792c3f5a270c80b8c994fc')
md5sums=('5084b92260b31afbe0aa430eb501475f')

build() {
cd ${srcdir}/fades-${pkgver}
Expand Down

0 comments on commit a1ec45d

Please sign in to comment.