summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAshwin Vishnu2020-11-23 05:45:47 +0100
committerAshwin Vishnu2020-11-23 05:45:47 +0100
commit6504418eee4fc0ca48a4094608cf8aa157788c36 (patch)
tree67a1f90213e8d9cd5d5ebd9f3b8d14ce055106f2 /PKGBUILD
parent03edc659505e143a3b8e251fc25cbca896b31be1 (diff)
downloadaur-python2-fluidfft-hg.tar.gz
Change hg repo url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f0172a200f..b87951c597ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _hgrepo=fluidfft
_hgver="0.2.7"
pkgname=python2-${_hgrepo}-hg
pkgver=0.2.7.r468.5621e335733d
-pkgrel=1
+pkgrel=2
pkgdesc="FluidDyn project | FluidFFT | Common API for Fast Fourier Transforms"
arch=('any')
-url="https://bitbucket.org/${_hgproj}/${_hgrepo}"
+url="https://foss.heptapod.net/${_hgproj}/${_hgrepo}"
license=('custom:"CeCILL"')
depends=('python2' 'python2-fluiddyn' 'python2-pyfftw')
optdepends=('fftw-mpi: parallelized FFT'