summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-03-15 17:50:02 -0700
committerclintval2018-03-15 17:50:02 -0700
commit323e44ef3e0d2c34b5998e7922f42673e1bd20c8 (patch)
tree40e86d61ba18141f4609b5bc7e532b49ea1f0601
parent019ef5eb9e1100b2bf9c7dce933bfc54657023d2 (diff)
downloadaur-323e44ef3e0d2c34b5998e7922f42673e1bd20c8.tar.gz
qualimap typo in url=...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b5dc5091717..1b502eecc77a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = qualimap
pkgdesc = Utility to evaluate the quality of next-generation sequencing data
pkgver = 2.2.1
pkgrel = 2
- url = https://qualimap.bioinfo.cipf.es
+ url = http://qualimap.bioinfo.cipf.es/
install = qualimap.install
arch = any
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 558fff068328..459ba6245132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.2.1
pkgrel=2
pkgdesc="Utility to evaluate the quality of next-generation sequencing data"
arch=('any')
-url=https://qualimap.bioinfo.cipf.es
+url=http://qualimap.bioinfo.cipf.es/
license=('GPL2')
depends=('r' 'java-runtime>=6' 'java-runtime-openjdk>=6')
install="${pkgname}".install