diff options
author | jadelord | 2019-05-01 11:23:54 +0200 |
---|---|---|
committer | jadelord | 2019-05-01 11:23:54 +0200 |
commit | 9069679c5da0ed4d4458d9258a3fc893592a6efd (patch) | |
tree | 0d811f4b5403428172465d37702c7ff0b799fbeb | |
parent | 86cf754f95a087984f1d568b25ff0ecbc97dde68 (diff) | |
download | aur-9069679c5da0ed4d4458d9258a3fc893592a6efd.tar.gz |
Fix provides
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = python2-fluiddyn-hg pkgdesc = FluidDyn project | Framework for studying fluid dynamics. pkgver = 0.2.4.r406.ff507350df1f - pkgrel = 1 + pkgrel = 2 url = https://bitbucket.org/fluiddyn/fluiddyn arch = any license = custom:"CeCILL-B" @@ -16,7 +16,7 @@ pkgbase = python2-fluiddyn-hg optdepends = python2-h5netcdf: Read and write netcdf4 files optdepends = python2-pyfftw: Calculate FFT optdepends = python2-pillow: Image I/O - provides = python2-fluidsim-hg + provides = python2-fluiddyn source = hg+https://bitbucket.org/fluiddyn/fluiddyn sha256sums = SKIP @@ -5,7 +5,7 @@ _hgrepo=fluiddyn _hgver=0.2.4 pkgname=python2-fluiddyn-hg pkgver=0.2.4.r406.ff507350df1f -pkgrel=1 +pkgrel=2 pkgdesc="FluidDyn project | Framework for studying fluid dynamics." arch=('any') url="https://bitbucket.org/${_hgproj}/${_hgrepo}" @@ -19,7 +19,7 @@ optdepends=( 'python2-pillow: Image I/O' ) makedepends=('mercurial' 'python2-setuptools') -provides=('python2-fluidsim-hg') +provides=(python2-${_hgrepo}) source=("hg+${url}") sha256sums=('SKIP') |