summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-03-15 17:51:48 -0700
committerclintval2018-03-15 17:51:48 -0700
commite9eeb8f25048a31de5708688445866bea6586a95 (patch)
tree95905dab6bc6149ace9cca4d62608bb806714b0c
parent473dec3d65f075dc12d8483535208e85c565307d (diff)
downloadaur-e9eeb8f25048a31de5708688445866bea6586a95.tar.gz
bcl2fastq-bin 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 a11d3119c8d1..460afadc9d60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = bcl2fastq-bin
pkgdesc = Demultiplexes data and converts BCL files generated by Illumina sequencers to FASTQ for downstream analysis
pkgver = 2.20.0.422
pkgrel = 2
- url = https://support.illumina.com/downloads/bcl2fastq-conversion-software-v2-20-0.html
+ url = https://support.illumina.com/downloads/bcl2fastq-conversion-software-v2-20.html
arch = x86_64
license = custom:illumina
provides = bcl2fastq
diff --git a/PKGBUILD b/PKGBUILD
index b579ed0688a1..84800eb005cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver="${_pkg_ver}"."${_pkg_build}"
pkgrel=2
pkgdesc="Demultiplexes data and converts BCL files generated by Illumina sequencers to FASTQ for downstream analysis"
arch=('x86_64')
-url=https://support.illumina.com/downloads/bcl2fastq-conversion-software-v"${_pkg_ver//./-}".html
+url=https://support.illumina.com/downloads/bcl2fastq-conversion-software-v"${_eula_ver}".html
license=('custom:illumina')
provides=('bcl2fastq')
conflicts=('bcl2fastq')