summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8a14b1f91e3..8d262e29937e 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=fgivenx
pkgname=python-$_modulename
pkgver=1.0.22
-pkgrel=1
-pkgdesc="Python library for plotting Bayesian Functional Posteriors."
+pkgrel=2
+pkgdesc="Functional Posterior Plotter"
arch=(any)
url="https://github.com/williamjameshandley/fgivenx"
license=('MIT')
@@ -16,7 +16,7 @@ replaces=()
backup=()
options=(!emptydirs)
install=
-source=('https://github.com/williamjameshandley/fgivenx/archive/1.0.22.tar.gz')
+source=("${url}/archive/${pkgver}.tar.gz")
sha256sums=('d674ffaef7e47fd6105a521f2e8f4ee6da61fe8d0bba5d2dd1aeb6739e8fc71a')
package() {
cd "$srcdir/$_modulename-$pkgver"