summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Behan2021-04-04 18:21:57 +0100
committerConnor Behan2021-04-04 18:21:57 +0100
commit772e52000e21062ee046be172ad69a997034d644 (patch)
tree1bce27e6ba40c3c081c0a66c22fca4b32d00dc5e
parent6220dbdc0b24141f295ce5a3090de4ab6acfac51 (diff)
downloadaur-liboglappth.tar.gz
Janitorial
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a7add5213d0..cb37be8bcfed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = liboglappth
pkgdesc = Library containing computational chemistry facility of ghemical
pkgver = 1.0.0
pkgrel = 2
- url = http://bioinformatics.org/ghemical/libghemical/
+ url = https://bioinformatics.org/ghemical/libghemical/
arch = x86_64
arch = i686
license = GPL
makedepends = mesa
depends = gcc-libs
options = !libtool
- source = http://bioinformatics.org/ghemical/download/release20111012/liboglappth-1.0.0.tar.gz
+ source = https://bioinformatics.org/ghemical/download/release20111012/liboglappth-1.0.0.tar.gz
sha256sums = b461a31065d6912d190f78ad0041218009f44a5acdb5757545bd4a8bd6b509aa
pkgname = liboglappth
diff --git a/PKGBUILD b/PKGBUILD
index 2f51eab8a6ac..9c658c61640e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgrel=2
pkgdesc='Library containing computational chemistry facility of ghemical'
license=('GPL')
arch=('x86_64' 'i686')
-url='http://bioinformatics.org/ghemical/libghemical/'
+url='https://bioinformatics.org/ghemical/libghemical/'
depends=('gcc-libs')
makedepends=('mesa')
options=('!libtool')
-source=("http://bioinformatics.org/ghemical/download/release20111012/$pkgname-$pkgver.tar.gz")
+source=("https://bioinformatics.org/ghemical/download/release20111012/$pkgname-$pkgver.tar.gz")
sha256sums=('b461a31065d6912d190f78ad0041218009f44a5acdb5757545bd4a8bd6b509aa')
build() {