summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-05-05 20:27:02 +0200
committerJulien Nicoulaud2019-05-05 20:27:02 +0200
commit927e82688fb6043742e025e848afaaa65ceafc79 (patch)
tree5235147e7c2167e328b55a3f9d7b240f40c16279
parent98d5cbd4c0e9080a4636298b34f3181fa6c8bf7a (diff)
downloadaur-927e82688fb6043742e025e848afaaa65ceafc79.tar.gz
1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcaae788bb89..01e03f4b7d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ttyplot
pkgdesc = A realtime plotting utility for terminal with data input from stdin
- pkgver = 1.2
+ pkgver = 1.4
pkgrel = 1
url = https://github.com/tenox7/ttyplot
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = ttyplot
depends = ncurses
provides = ttyplot
conflicts = ttyplot-git
- source = https://github.com/tenox7/ttyplot/archive/1.2.tar.gz
- sha256sums = 3ced72e59c74655539dddcf570a4c14fda3460a042cd2297bf1914cd9efab2c8
+ source = https://github.com/tenox7/ttyplot/archive/1.4.tar.gz
+ sha256sums = 11974754981406d19cfa16865b59770faaf3ade8d909d9a0134dc56e00d29bd4
pkgname = ttyplot
diff --git a/PKGBUILD b/PKGBUILD
index 9df5cff57714..9a683ac8f71c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname=ttyplot
-pkgver=1.2
+pkgver=1.4
pkgrel=1
pkgdesc='A realtime plotting utility for terminal with data input from stdin'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('make' 'gcc')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
source=("https://github.com/tenox7/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3ced72e59c74655539dddcf570a4c14fda3460a042cd2297bf1914cd9efab2c8')
+sha256sums=('11974754981406d19cfa16865b59770faaf3ade8d909d9a0134dc56e00d29bd4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"