summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshwin Vishnu2020-11-23 05:45:47 +0100
committerAshwin Vishnu2020-11-23 05:45:47 +0100
commit6504418eee4fc0ca48a4094608cf8aa157788c36 (patch)
tree67a1f90213e8d9cd5d5ebd9f3b8d14ce055106f2
parent03edc659505e143a3b8e251fc25cbca896b31be1 (diff)
downloadaur-python2-fluidfft-hg.tar.gz
Change hg repo url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bf65280c07b..75c13d0f35b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python2-fluidfft-hg
pkgdesc = FluidDyn project | FluidFFT | Common API for Fast Fourier Transforms
pkgver = 0.2.7.r468.5621e335733d
- pkgrel = 1
- url = https://bitbucket.org/fluiddyn/fluidfft
+ pkgrel = 2
+ url = https://foss.heptapod.net/fluiddyn/fluidfft
arch = any
license = custom:"CeCILL"
makedepends = cython2
@@ -17,7 +17,7 @@ pkgbase = python2-fluidfft-hg
optdepends = python2-mpi4py: parallelized FFT
optdepends = python2-pythran: optimized operators
provides = python2-fluidfft
- source = hg+https://bitbucket.org/fluiddyn/fluidfft
+ source = hg+https://foss.heptapod.net/fluiddyn/fluidfft
sha256sums = SKIP
pkgname = python2-fluidfft-hg
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'