summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2017-09-13 12:51:22 +0100
committerWill Handley2017-09-13 12:51:22 +0100
commit017ac71f84d35a84dcb5e6a1ef665239796eea25 (patch)
treeeeb02d4116613d3f7c8ea35f32a99f101df2d0c8 /PKGBUILD
parent03e0ac1c59a1386fc3d08436a42e7847d8f937a9 (diff)
downloadaur-017ac71f84d35a84dcb5e6a1ef665239796eea25.tar.gz
PKGBUILD improvements
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"