summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a5c0d24b16c..549e8c0eb077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fgivenx-git
pkgdesc = Functional Posterior Plotter
- pkgver = r121.406203d
- pkgrel = 4
+ pkgver = r274.e1dc023
+ pkgrel = 1
url = https://github.com/williamjameshandley/fgivenx
arch = any
license = MIT
@@ -19,4 +19,3 @@ pkgbase = python-fgivenx-git
md5sums = SKIP
pkgname = python-fgivenx-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 7bf573913908..605f52f1951a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_pkgname=fgivenx
pkgname=python-$_pkgname-git
-pkgver=r121.406203d
-pkgrel=4
+pkgver=r274.e1dc023
+pkgrel=1
pkgdesc="Functional Posterior Plotter"
arch=('any')
url="https://github.com/williamjameshandley/fgivenx"
license=('MIT')
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-joblib' 'python-mpi4py' 'python-tqdm')
-makedepends=('git' 'python-setuptools')
+depends=(python-numpy python-matplotlib python-scipy python-joblib python-mpi4py python-tqdm)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()