summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-06-11 15:17:23 +0000
committerBioArchLinuxBot2023-06-11 15:17:23 +0000
commitb48c3d20cd0512231f3635d770c6025dc9d79176 (patch)
tree9350447ad2d182aa87c16c63a95acb57e9f0ca21
parentf7184beb3dde62a1c1b388d67a325ec182723cf5 (diff)
downloadaur-b48c3d20cd0512231f3635d770c6025dc9d79176.tar.gz
[lilac] updated to 1.0.4-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66de50072e53..117aa21ad879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = centrifuge
pkgdesc = Rapid and memory-efficient tool for classification of metagenomic sequences
pkgver = 1.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://ccb.jhu.edu/software/centrifuge/
arch = x86_64
license = GPL3
makedepends = git
makedepends = inetutils
- makedepends = pandoc-cli
+ makedepends = pandoc
depends = glibc
depends = gcc-libs
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 26f20dce5999..2e78ff1f2e38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=centrifuge
pkgver=1.0.4
-pkgrel=2
+pkgrel=3
pkgdesc="Rapid and memory-efficient tool for classification of metagenomic sequences"
arch=('x86_64')
url=https://ccb.jhu.edu/software/centrifuge/
@@ -17,7 +17,7 @@ depends=(
'jellyfish'
'hisat2'
)
-makedepends=('git' 'inetutils' 'pandoc-cli')
+makedepends=('git' 'inetutils' 'pandoc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/DaehwanKimLab/centrifuge/archive/refs/tags/v${pkgver}.tar.gz"
'alphabet.cpp.patch'
'alphabet.h.patch'