summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 19:31:55 +0000
committerOromion2021-12-14 19:31:55 +0000
commited5388d4a0a26f4a417d33bb697880bd999555a8 (patch)
tree74f8e77366943dc152b4f05dd71204f830560d46
parent2671a906da3c13a70feaacd783cdbeaa7c89fa46 (diff)
downloadaur-ed5388d4a0a26f4a417d33bb697880bd999555a8.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd6c950bf7d..de638f0368b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-termplotlib
pkgdesc = Plotting on the command line
pkgver = 0.3.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nschloe/termplotlib
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a94b063f8023..841563984d0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=termplotlib
pkgname=python-${_name}
pkgver=0.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="Plotting on the command line"
arch=('any')
url="https://github.com/nschloe/${_name}"