summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"