bump to 0.1.7
This commit is contained in:
parent
6af06a01f7
commit
01590ef6c5
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = graph-cli
|
||||
pkgdesc = A CLI utility to create graphs from CSV files.
|
||||
pkgver = 0.1.6
|
||||
pkgver = 0.1.7
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/mcastorina/graph-cli
|
||||
|
@ -9,8 +9,8 @@ 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.7.tar.gz
|
||||
sha256sums = feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4
|
||||
|
||||
pkgname = graph-cli
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Bruno Carlin <bruno+aur@bcarlin.net>
|
||||
pkgname=graph-cli
|
||||
pkgver=0.1.6
|
||||
pkgver=0.1.7
|
||||
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=( feff423a0023bae9c9d3a1c7979e49d26a15d69e2e3be37ec3643013cb6079b4 )
|
||||
|
||||
#prepare() {
|
||||
# cd "$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue