summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorclintval2018-06-08 12:45:44 -0700
committerclintval2018-06-08 12:45:44 -0700
commitc1a24cec0b32a9e666e35df434f01f7170622823 (patch)
tree9927a03f0e23d685834ff0a9b37b48530a2b4c06 /PKGBUILD
parent0022cb8861bb3de459ece356dcc5a356bc631062 (diff)
downloadaur-c1a24cec0b32a9e666e35df434f01f7170622823.tar.gz
centrifuge to v1.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 099fc4175dbf..9b673936dcbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Clint Valentine <valentine.clint@gmail.com>
pkgname=centrifuge
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="Bioinformatics taxonomic classifier for microbial classification"
arch=('x86_64')
-url="https://ccb.jhu.edu/software/centrifuge/"
+url=https://ccb.jhu.edu/software/centrifuge/
license=('GPL3')
depends=('libpthread-stubs' 'zlib')
-source=(ftp://ftp.ccb.jhu.edu/pub/infphilo/"${pkgname}"/downloads/"${pkgname}"-"${pkgver}"-beta-source.zip)
-sha256sums=('43b370cd0b8ae40c5ff60516c005313c4a04a4f1e21faca132430c87ef621e63')
+source=("${pkgname}"-"${pkgver}".tar.gz::https://github.com/infphilo/"${pkgname}"/archive/v"${pkgver}"-beta.tar.gz)
+sha256sums=('64eb3aa3461d27462357811832f39a8f85702eb536482f1e67344761ad8ca757')
build() {
cd "${srcdir}"/"${pkgname}"-"${pkgver}"-beta