summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2022-07-01 15:43:55 +0100
committerWill Handley2022-07-01 15:43:55 +0100
commit083a6fa52404c2e717836d2d1050d9f32a70eb9e (patch)
tree82658f1cf7916c463557264fee0a1da3509dd237
parentbb083b3cb8cf920a65ad5992bff607bddb6dbaa4 (diff)
downloadaur-083a6fa52404c2e717836d2d1050d9f32a70eb9e.tar.gz
Updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e06fc3da760..72c9fecccc30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-anesthetic-git
pkgdesc = nested sampling visualisation
- pkgver = r319.2351380
- pkgrel = 2
+ pkgver = r354.48d6bc4
+ pkgrel = 1
url = https://github.com/williamjameshandley/anesthetic
arch = any
license = MIT
@@ -18,4 +18,3 @@ pkgbase = python-anesthetic-git
md5sums = SKIP
pkgname = python-anesthetic-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2aa46353cdc0..4cb0d0299540 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=anesthetic
pkgname=python-$_modulename-git
-pkgver=r319.2351380
-pkgrel=2
+pkgver=r354.48d6bc4
+pkgrel=1
pkgdesc="nested sampling visualisation"
arch=(any)
url="https://github.com/williamjameshandley/anesthetic"
-license=('MIT')
+license=(MIT)
groups=()
-depends=('python-numpy' 'python-matplotlib' 'python-scipy' 'python-pandas')
-makedepends=('git' 'python-setuptools')
+depends=(python-numpy python-matplotlib python-scipy python-pandas)
+makedepends=(git python-setuptools)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()