summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYishen Miao2023-06-18 18:03:42 -0700
committerYishen Miao2023-06-18 18:03:42 -0700
commitc160516230b57cb59fbe36062ddf85450bd538bd (patch)
treede135cb8131ad747ed6ea7fb2a4bae830a4f59c3
parent8630ac03c321c26866ca8b5910a5dec61cb2eff2 (diff)
downloadaur-c160516230b57cb59fbe36062ddf85450bd538bd.tar.gz
Updating package URL
Updates package URL.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 309ef83230a1..46f2dfa2111c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blast+
pkgdesc = BLAST tool suite from NCBI (blastn, blastp, blastx, psiblast, etc)
pkgver = 2.13.0
- pkgrel = 1
+ pkgrel = 2
url = http://blast.ncbi.nlm.nih.gov/
arch = i686
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = blast+
conflicts = ncbi-blast
conflicts = proj
replaces = ncbi-blast
- source = https://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-2.13.0+-src.tar.gz
+ source = https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.13.0/ncbi-blast-2.13.0+-src.tar.gz
sha256sums = 89553714d133daf28c477f83d333794b3c62e4148408c072a1b4620e5ec4feb2
pkgname = blast+
diff --git a/PKGBUILD b/PKGBUILD
index f35e273af272..1fc7110c76d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=blast+
pkgver=2.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="BLAST tool suite from NCBI (blastn, blastp, blastx, psiblast, etc)"
arch=('i686' 'x86_64')
url="http://blast.ncbi.nlm.nih.gov/"
@@ -30,7 +30,7 @@ makedepends=('cpio')
conflicts=('blast' 'blast+-bin' 'ncbi-blast' 'proj')
provides=('blast')
replaces=('ncbi-blast')
-source=("https://ftp.ncbi.nlm.nih.gov/blast/executables/LATEST/ncbi-blast-$pkgver+-src.tar.gz")
+source=("https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/$pkgver/ncbi-blast-$pkgver+-src.tar.gz")
sha256sums=('89553714d133daf28c477f83d333794b3c62e4148408c072a1b4620e5ec4feb2')
prepare() {