summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2023-09-11 15:44:48 +0100
committerWill Handley2023-09-11 15:44:48 +0100
commit6e9da543e5bbd1da76a2864fc27ccef83f36187d (patch)
tree332a479ae9f2f7e0b9dc275721d0a7ea437e2760 /PKGBUILD
parentfbcc795f316172b6f71ca9b894c27cf98aef57ca (diff)
downloadaur-python-margarine.tar.gz
Corrected url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ce5f4a9ee9b..f72a4a2e045e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-margarine
_name=${pkgname#python-}
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Posterior Sampling and Marginal Bayesian Statistics"
arch=(any)
-url="https://github.com/williamjameshandley/anesthetic"
+url="https://github.com/htjb/margarine"
license=(MIT)
groups=()
depends=(python-numpy python-matplotlib python-scipy python-pandas)