summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2019-03-29 20:55:46 +0100
committerJulien Nicoulaud2019-03-29 20:55:46 +0100
commit98d5cbd4c0e9080a4636298b34f3181fa6c8bf7a (patch)
treed1494e917d28ac2f1fbe0a562e0cecf860cd7ec9
parent04efb4182060dbbd29cfe9cad5932e276702c00a (diff)
downloadaur-98d5cbd4c0e9080a4636298b34f3181fa6c8bf7a.tar.gz
1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f4518b11c46..dcaae788bb89 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.1
+ pkgver = 1.2
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.1.tar.gz
- sha256sums = 56c4c9343d5da99a23e020e8c37f7f02178cd370983d602cd146f2bb67b0a155
+ source = https://github.com/tenox7/ttyplot/archive/1.2.tar.gz
+ sha256sums = 3ced72e59c74655539dddcf570a4c14fda3460a042cd2297bf1914cd9efab2c8
pkgname = ttyplot
diff --git a/PKGBUILD b/PKGBUILD
index d70baab4f5d9..9df5cff57714 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julien Nicoulaud <julien dot nicoulaud at gmail dot com>
pkgname=ttyplot
-pkgver=1.1
+pkgver=1.2
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=('56c4c9343d5da99a23e020e8c37f7f02178cd370983d602cd146f2bb67b0a155')
+sha256sums=('3ced72e59c74655539dddcf570a4c14fda3460a042cd2297bf1914cd9efab2c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"