summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPolpOnline2021-09-11 14:37:34 +0200
committerPolpOnline2021-09-11 14:37:34 +0200
commit130532a18a091b86f67583644fdb0b43a84d7752 (patch)
treec18a117dfd4907f092ae20803433039c458580f9
parent2681f82e46c0fc12463899e2b0de3c6c707b3f26 (diff)
downloadaur-130532a18a091b86f67583644fdb0b43a84d7752.tar.gz
fix: Removed automake and autoconf as they are transitive dependencies
(already part of base-devel)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969ad31b59b2..1a02dad400ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = abyss
pkgdesc = Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bcgsc/abyss
arch = i686
arch = x86_64
license = GPL3
- makedepends = automake
- makedepends = autoconf
makedepends = boost
makedepends = sparsehash
depends = make
diff --git a/PKGBUILD b/PKGBUILD
index d64f2047b657..b55feb48e5fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=abyss
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Assembly By Short Sequences - a de novo, parallel, paired-end sequence assembler"
arch=("i686" "x86_64")
url="https://github.com/bcgsc/abyss"
license=("GPL3")
depends=("make" "openmpi" "sqlite")
-makedepends=("automake" "autoconf" "boost" "sparsehash")
+makedepends=("boost" "sparsehash")
optdepends=(
'pigz: for parallel gzip'
'samtools: to read BAM files'