summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-06-20 09:50:28 +0800
committerPumpkinCheshire2021-06-20 09:50:28 +0800
commitf912192004915598713dddb1d4d92b3e36d9033d (patch)
treec18fa15e7a1acf679b535039676702bdf4af50e2
parentfac1002adf959515e6f4138d9f412ef2a2faa1d3 (diff)
downloadaur-f912192004915598713dddb1d4d92b3e36d9033d.tar.gz
bump to 0.3.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1447150b5248..87359d2daeed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-termplotlib
pkgdesc = Plotting on the command line
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = https://github.com/nschloe/termplotlib
arch = any
license = GPL
makedepends = python
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/t/termplotlib/termplotlib-0.3.4.tar.gz
- sha256sums = b1ebe3b31ac554db249c2b4cf042b7ba5363f49eeb36c4d1c5e4f15db9fc20ea
+ source = https://files.pythonhosted.org/packages/source/t/termplotlib/termplotlib-0.3.5.tar.gz
+ sha256sums = d99d6620a945ed377a4d54c34855c816b54de0e7ba5d6816c2a620abdef46b6d
pkgname = python-termplotlib
-
diff --git a/PKGBUILD b/PKGBUILD
index 9be8402336f7..c8e72bf6806e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-termplotlib
_name=termplotlib
-pkgver=0.3.4
+pkgver=0.3.5
pkgrel=1
pkgdesc="Plotting on the command line"
arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
makedepends=('python'
'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('b1ebe3b31ac554db249c2b4cf042b7ba5363f49eeb36c4d1c5e4f15db9fc20ea')
+sha256sums=('d99d6620a945ed377a4d54c34855c816b54de0e7ba5d6816c2a620abdef46b6d')
build() {
cd "$srcdir/$_name-$pkgver"