summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorclintval2018-06-08 12:45:44 -0700
committerclintval2018-06-08 12:45:44 -0700
commitc1a24cec0b32a9e666e35df434f01f7170622823 (patch)
tree9927a03f0e23d685834ff0a9b37b48530a2b4c06
parent0022cb8861bb3de459ece356dcc5a356bc631062 (diff)
downloadaur-c1a24cec0b32a9e666e35df434f01f7170622823.tar.gz
centrifuge to v1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f61caf47ec5..8e30aae689ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = centrifuge
pkgdesc = Bioinformatics taxonomic classifier for microbial classification
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://ccb.jhu.edu/software/centrifuge/
arch = x86_64
license = GPL3
depends = libpthread-stubs
depends = zlib
- source = ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/downloads/centrifuge-1.0.3-beta-source.zip
- sha256sums = 43b370cd0b8ae40c5ff60516c005313c4a04a4f1e21faca132430c87ef621e63
+ source = centrifuge-1.0.4.tar.gz::https://github.com/infphilo/centrifuge/archive/v1.0.4-beta.tar.gz
+ sha256sums = 64eb3aa3461d27462357811832f39a8f85702eb536482f1e67344761ad8ca757
pkgname = centrifuge
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