summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05eea48a7295..eea3b036479a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-getdist
- pkgdesc = Python cosmology library for plotting Bayesian Posteriors.
+ pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
pkgver = 0.2.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmbant/getdist
arch = any
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index a0aefe0dd7d5..78ad2dacc3d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Will Handley <wh260@cam.ac.uk>
+# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=getdist
pkgname=python-$_modulename
pkgver=0.2.7
-pkgrel=1
-pkgdesc="Python cosmology library for plotting Bayesian Posteriors."
+pkgrel=2
+pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=(any)
url="https://github.com/cmbant/getdist"
license=()
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-source=('https://github.com/cmbant/getdist/archive/master.tar.gz')
+source=("${url}/archive/master.tar.gz")
sha256sums=('7c103e8efa34959b01286b568913a839c5c1fe3c61d6c0b36bfcca2a2a8ed83a')
package() {