summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 116153d1e0bd..e4ea120b24c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,12 @@ pkgbase = mopac7
pkgdesc = Computational chemistry library, that provides function to ghemical
pkgver = 1.15
pkgrel = 1
- url = http://www.bioinformatics.org/ghemical/ghemical/
+ url = https://www.bioinformatics.org/ghemical/ghemical/
arch = i686
arch = x86_64
license = GPL
depends = gcc-fortran
- source = http://bioinformatics.org/ghemical/download/release20111012/mopac7-1.15.tar.gz
+ source = https://bioinformatics.org/ghemical/download/release20111012/mopac7-1.15.tar.gz
md5sums = 7e509fd03154b37cc682593365c233f4
pkgname = mopac7
diff --git a/PKGBUILD b/PKGBUILD
index c4da505bf8df..bffe04fce766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=mopac7
pkgver=1.15
pkgrel=1
-url="http://www.bioinformatics.org/ghemical/ghemical/"
+url="https://www.bioinformatics.org/ghemical/ghemical/"
license=("GPL")
pkgdesc="Computational chemistry library, that provides function to ghemical"
arch=(i686 x86_64)
depends=('gcc-fortran')
-source=("http://bioinformatics.org/ghemical/download/release20111012/$pkgname-$pkgver.tar.gz")
+source=("https://bioinformatics.org/ghemical/download/release20111012/$pkgname-$pkgver.tar.gz")
build() {
cd "$srcdir"/$pkgname-$pkgver