feat: bump to v0.1.19

This commit is contained in:
Bruno Carlin 2022-09-19 08:33:03 +02:00
parent 01590ef6c5
commit 8a704dc8e3
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
3 changed files with 8 additions and 10 deletions

View file

@ -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

View file

@ -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"

View file

@ -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
```