summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-12-02 09:09:26 +0000
committerWill Handley2020-12-02 09:09:26 +0000
commit913088e6f024a58b832f23e8c1395a30fcff47fe (patch)
tree38cfbcbeb94919ad2d2d25dcd51148a5577672be
parent79c34777f619cc55483d63944bb8ebfc674cb4d6 (diff)
downloadaur-913088e6f024a58b832f23e8c1395a30fcff47fe.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 c06de2153258..a919df5df7f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-fgivenx
pkgdesc = Functional Posterior Plotter
pkgver = 2.2.1
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/williamjameshandley/fgivenx
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e3d120559245..d6706ef7a512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_modulename=fgivenx
pkgname=python-$_modulename
pkgver=2.2.1
-pkgrel=0
+pkgrel=1
pkgdesc="Functional Posterior Plotter"
arch=(any)
url="https://github.com/williamjameshandley/fgivenx"