aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Carlin2022-09-19 08:33:03 +0200
committerBruno Carlin2022-09-19 08:33:03 +0200
commit8a704dc8e37e45defa25fbdc651ff9ca11ab2551 (patch)
treec7c1b3714aa8890f10f5b6352ef8cfe6f30b38f8
parent01590ef6c55cf611fd1dd0ddf7a934188e23206f (diff)
downloadaur-8a704dc8e37e45defa25fbdc651ff9ca11ab2551.tar.gz
feat: bump to v0.1.19
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--README.md7
3 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eaa5a87c8dd7..b161f3fce0a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graph-cli
pkgdesc = A CLI utility to create graphs from CSV files.
- pkgver = 0.1.7
+ pkgver = 0.1.19
pkgrel = 1
epoch = 1
url = https://github.com/mcastorina/graph-cli
@@ -9,8 +9,7 @@ pkgbase = graph-cli
depends = python-numpy
depends = python-pandas
depends = python-matplotlib
- source = https://files.pythonhosted.org/packages/source/g/graph-cli/graph_cli-0.1.7.tar.gz
- sha256sums = feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4
+ source = https://files.pythonhosted.org/packages/source/g/graph-cli/graph_cli-0.1.19.tar.gz
+ sha256sums = 00e7d481e560713b6e7f922e2d8cb5cc54c10a3599c6ed0e899cd45570c86927
pkgname = graph-cli
-
diff --git a/PKGBUILD b/PKGBUILD
index 4a01370fa918..f4c7f5931a24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bruno Carlin <bruno+aur@bcarlin.net>
pkgname=graph-cli
-pkgver=0.1.7
+pkgver=0.1.19
pkgrel=1
epoch=1
pkgdesc="A CLI utility to create graphs from CSV files."
@@ -23,7 +23,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname/-/_}-$pkgver.tar.gz"
)
#noextract=()
-sha256sums=( feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4 )
+sha256sums=('00e7d481e560713b6e7f922e2d8cb5cc54c10a3599c6ed0e899cd45570c86927')
#prepare() {
# cd "$pkgname-$pkgver"
diff --git a/README.md b/README.md
index e9b5319df553..c8b2cd842f1c 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ PKGBUILD for graph-cli
======================
Description of graph-cli from its website
-(https://github.com/mcastorina/graph-cli)A:
+(https://github.com/mcastorina/graph-cli):
A CLI utility to create graphs from CSV files.
@@ -15,7 +15,7 @@ This repository only contains the PKGBUILD published on Arch User Repository.
To install this package, run :
-```
+```sh
git clone https://github.com/mcastorina/graph-cli
cd graph-cli
makepkg
@@ -23,7 +23,6 @@ makepkg
Or use an AUR helper :
-```
+```sh
yay -S graph-cli
```
-