summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')