diff --git a/.SRCINFO b/.SRCINFO index eaa5a87..b161f3f 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 4a01370..f4c7f59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Bruno Carlin 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 e9b5319..c8b2cd8 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 ``` -