summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen2021-05-18 18:39:23 +0800
committerAllen2021-05-18 18:39:23 +0800
commit59d893af9cf1cf0800d5420bd0e624ec87f8f365 (patch)
tree4ad186b892735b594a2fba8c4c2a4122712619ab
parentd6ae869d1a1b1f00243cf29747cbed961a7f4e98 (diff)
downloadaur-59d893af9cf1cf0800d5420bd0e624ec87f8f365.tar.gz
Use https
-rw-r--r--.SRCINFO4
-rw-r--r--[-rwxr-xr-x]PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc44a71ff31f..b63d4885e3b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = amd
pkgdesc = An Automated Motif Discovery Tool Using Stepwise Refinement of Gapped Consensuses
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0024576
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = amd
noextract = journal.pone.0024576.s004.rar
options = !strip
options = !buildflags
- source = journal.pone.0024576.s004.rar::http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0024576.s004
+ source = journal.pone.0024576.s004.rar::https://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0024576.s004
md5sums = 18eb715f0fb1f8bbfc1b1c359f04e77a
pkgname = amd
diff --git a/PKGBUILD b/PKGBUILD
index 40b0e6ebe671..5f5a0d8acad3 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
#Maintainer: allencch <allencch at hotmail dot com>
pkgname=amd
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="An Automated Motif Discovery Tool Using Stepwise Refinement of Gapped Consensuses"
arch=('i686' 'x86_64')
url="http://www.plosone.org/article/info%3Adoi%2F10.1371%2Fjournal.pone.0024576"
license=('custom')
makedepends=("unrar")
-source=("journal.pone.0024576.s004.rar::http://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0024576.s004")
+source=("journal.pone.0024576.s004.rar::https://www.plosone.org/article/fetchSingleRepresentation.action?uri=info:doi/10.1371/journal.pone.0024576.s004")
md5sums=('18eb715f0fb1f8bbfc1b1c359f04e77a')
noextract=("journal.pone.0024576.s004.rar")
options=(!strip !buildflags)