bump to 0.1.7

This commit is contained in:
Bruno Carlin 2020-07-07 11:07:53 +02:00
parent 6af06a01f7
commit 01590ef6c5
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = graph-cli pkgbase = graph-cli
pkgdesc = A CLI utility to create graphs from CSV files. pkgdesc = A CLI utility to create graphs from CSV files.
pkgver = 0.1.6 pkgver = 0.1.7
pkgrel = 1 pkgrel = 1
epoch = 1 epoch = 1
url = https://github.com/mcastorina/graph-cli url = https://github.com/mcastorina/graph-cli
@ -9,8 +9,8 @@ pkgbase = graph-cli
depends = python-numpy depends = python-numpy
depends = python-pandas depends = python-pandas
depends = python-matplotlib depends = python-matplotlib
source = https://files.pythonhosted.org/packages/source/g/graph-cli/graph_cli-0.1.6.tar.gz source = https://files.pythonhosted.org/packages/source/g/graph-cli/graph_cli-0.1.7.tar.gz
sha256sums = c3ed350f3089be108fbb6a1bd38d44d5ec38aa301202c661fe3783a64c98bc8d sha256sums = feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4
pkgname = graph-cli pkgname = graph-cli

View file

@ -1,6 +1,6 @@
# Maintainer: Bruno Carlin <bruno+aur@bcarlin.net> # Maintainer: Bruno Carlin <bruno+aur@bcarlin.net>
pkgname=graph-cli pkgname=graph-cli
pkgver=0.1.6 pkgver=0.1.7
pkgrel=1 pkgrel=1
epoch=1 epoch=1
pkgdesc="A CLI utility to create graphs from CSV files." 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" "https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/${pkgname/-/_}-$pkgver.tar.gz"
) )
#noextract=() #noextract=()
sha256sums=( c3ed350f3089be108fbb6a1bd38d44d5ec38aa301202c661fe3783a64c98bc8d ) sha256sums=( feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4 )
#prepare() { #prepare() {
# cd "$pkgname-$pkgver" # cd "$pkgname-$pkgver"