summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:09:49 +0000
committerWill Handley2020-12-02 09:09:49 +0000
commitf658fe320ef9709123b72bfc2ce7da924d789d4f (patch)
treed7d473f4ef932feef62e3c2e4797aaf6c8e9aef0
parent8dd4590912a21354fac7411df28a619f69db6566 (diff)
downloadaur-f658fe320ef9709123b72bfc2ce7da924d789d4f.tar.gz
Python 3.9 bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a783396fa58..9146715b26a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
pkgver = 1.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cmbant/getdist
arch = any
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 48ae162b44e4..0821b79af655 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=getdist
pkgname=python-$_modulename
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=(any)
url="https://github.com/cmbant/getdist"