summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2022-08-29 18:58:28 +0000
committerBioArchLinuxBot2022-08-29 18:58:28 +0000
commit030af272612f30ab255f6ec7d22164c67d11b76f (patch)
treebc61195962e673628aa41d529ebc93c7c685035f
parent829b5015fa8af1f8b34023bef434a26539a16804 (diff)
downloadaur-030af272612f30ab255f6ec7d22164c67d11b76f.tar.gz
[lilac] updated to 1.4.4-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66cc9245bc6c..bf5bb6839d1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = mpi-bucky
pkgdesc = Bayesian Untangling of Concordance Knots https://doi.org/10.1093/bioinformatics/btq539
pkgver = 1.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tkchafin/mpi-bucky
arch = x86_64
license = GPL
makedepends = clang
makedepends = boost
makedepends = openmpi
+ makedepends = git
depends = gcc-libs
depends = boost-libs
depends = openmpi
diff --git a/PKGBUILD b/PKGBUILD
index 8326d171dddb..c78b39b4b61e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=mpi-bucky
pkgver=1.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Bayesian Untangling of Concordance Knots https://doi.org/10.1093/bioinformatics/btq539"
arch=('x86_64')
conflicts=('bucky')
url="https://github.com/tkchafin/mpi-bucky"
license=('GPL')
depends=('gcc-libs' 'boost-libs' 'openmpi')
-makedepends=('clang' 'boost' 'openmpi')
+makedepends=('clang' 'boost' 'openmpi' 'git')
source=("git+$url.git")
sha256sums=('SKIP')