summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 061996b77655..86e7c321a742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = bucky
pkgdesc = Bayesian Untangling of Concordance Knots https://doi.org/10.1093/bioinformatics/btq539
pkgver = 1.4.4
- pkgrel = 1
- url = https://github.com/tkchafin/mpi-bucky
+ pkgrel = 4
+ url = https://pages.stat.wisc.edu/~ane/bucky/
arch = x86_64
license = GPL
makedepends = clang
diff --git a/PKGBUILD b/PKGBUILD
index c10f85367654..b3ecba02d0d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=bucky
pkgver=1.4.4
-pkgrel=1
+pkgrel=4
pkgdesc="Bayesian Untangling of Concordance Knots https://doi.org/10.1093/bioinformatics/btq539"
arch=('x86_64')
conflicts=('mpi-bucky')
-url="https://github.com/tkchafin/mpi-bucky"
+url="https://pages.stat.wisc.edu/~ane/bucky/"
license=('GPL')
depends=('gcc-libs' 'boost-libs')
makedepends=('clang' 'boost')