Compare commits

..

2 commits

Author SHA1 Message Date
8a704dc8e3
feat: bump to v0.1.19 2022-09-19 08:33:03 +02:00
Bruno Carlin
01590ef6c5 bump to 0.1.7 2020-07-07 11:07:53 +02:00
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.6
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.6.tar.gz
sha256sums = c3ed350f3089be108fbb6a1bd38d44d5ec38aa301202c661fe3783a64c98bc8d
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.6
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=( c3ed350f3089be108fbb6a1bd38d44d5ec38aa301202c661fe3783a64c98bc8d )
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
```