summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bb9b62b1a8b..6b84a10d0314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bowtie
pkgdesc = Alignment tool for short nucleotide sequences against long templates
pkgver = 1.3.1
pkgrel = 1
- url = http://bowtie-bio.sourceforge.net
+ url = https://bowtie-bio.sourceforge.net
arch = x86_64
arch = i686
license = Artistic2.0
diff --git a/PKGBUILD b/PKGBUILD
index f499d9f5c5f3..6111583aaedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=bowtie
pkgver=1.3.1
pkgrel=1
pkgdesc="Alignment tool for short nucleotide sequences against long templates"
-url="http://bowtie-bio.sourceforge.net"
+url="https://bowtie-bio.sourceforge.net"
arch=('x86_64' 'i686')
license=('Artistic2.0')
depends=('python' 'perl')