summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Schlisio2016-02-16 14:17:50 +0100
committerGeorg Schlisio2016-02-16 14:17:50 +0100
commit9e69add8b9c1e9637967bae318f19cb1750b5f3f (patch)
tree9406afd7180d02c43f60fe5cd8a428813d3dd4f8
parent185f64a7bd9d7f6e759d060d71c45e7af9fc5fd5 (diff)
downloadaur-9e69add8b9c1e9637967bae318f19cb1750b5f3f.tar.gz
source link now https, omitting pkgrel bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76605561971f..b9ca5711ead6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by makepkg 5.0.0
+# Tue Feb 16 13:17:40 UTC 2016
pkgbase = python-amoeba
pkgdesc = Amoeba fit routine based on the method of Nelder and Meads
pkgver = 1.2
pkgrel = 2
- url = http://stitchpanorama.sourceforge.net/Python/amoeba.py
+ url = https://stitchpanorama.sourceforge.net/Python/amoeba.py
arch = any
license = GPL2
makedepends = python
makedepends = python2
- source = http://stitchpanorama.sourceforge.net/Python/amoeba.py
+ source = https://stitchpanorama.sourceforge.net/Python/amoeba.py
source = deepcopy.patch
source = setup.py
md5sums = 7e6a9ad95d8639ec3d1da7c6db0928fb
diff --git a/PKGBUILD b/PKGBUILD
index 65085d658a4e..fb0695e14d3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgname=("python-amoeba" "python2-amoeba")
pkgver=1.2
pkgrel=2
pkgdesc="Amoeba fit routine based on the method of Nelder and Meads"
-url="http://stitchpanorama.sourceforge.net/Python/amoeba.py"
+url="https://stitchpanorama.sourceforge.net/Python/amoeba.py"
arch=('any')
license=('GPL2')
makedepends=("python" "python2")
-source=("http://stitchpanorama.sourceforge.net/Python/amoeba.py"
+source=("https://stitchpanorama.sourceforge.net/Python/amoeba.py"
"deepcopy.patch"
"setup.py")
md5sums=('7e6a9ad95d8639ec3d1da7c6db0928fb'