diff options
author | Caleb Jamison | 2019-02-08 15:19:52 -0600 |
---|---|---|
committer | Caleb Jamison | 2019-02-08 15:27:58 -0600 |
commit | a61431be178c9b9d1ae3d17461c02f74b541a024 (patch) | |
tree | 552bad0b38fdf36ff56d0491af332c9d8c9e8d78 | |
parent | 8d42eb82c66caa3303acb444038eae82341bb131 (diff) | |
download | aur-a61431be178c9b9d1ae3d17461c02f74b541a024.tar.gz |
Update to 0.1.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-kinparse pkgdesc = Parser for KiCad schematic netlists. - pkgver = 0.0.4 + pkgver = 0.1.1 pkgrel = 2 url = https://xesscorp.github.io/kinparse/docs/_build/singlehtml/index.html arch = any @@ -10,8 +10,8 @@ pkgbase = python-kinparse depends = python-future depends = python-pyparsing options = !emptydirs - source = https://files.pythonhosted.org/packages/source/k/kinparse/kinparse-0.0.4.tar.gz - sha256sums = 52274e62cafc2bc15fcd22da126a272e81ea85b1024b0f175d8de85930e6b482 + source = https://files.pythonhosted.org/packages/source/k/kinparse/kinparse-0.1.1.tar.gz + sha256sums = 8b9e846bf2dc7aa3091e2bc0073003157b7b876be39010ff1dd3bfb505728a43 pkgname = python-kinparse @@ -1,6 +1,6 @@ # Maintainer: Caleb Jamison <cbjamo@gmail.com> pkgname=python-kinparse -pkgver=0.0.4 +pkgver=0.1.1 pkgrel=2 pkgdesc="Parser for KiCad schematic netlists." arch=(any) @@ -12,7 +12,7 @@ makedepends=('python-setuptools') options=(!emptydirs) _name=${pkgname#python-} source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz) -sha256sums=('52274e62cafc2bc15fcd22da126a272e81ea85b1024b0f175d8de85930e6b482') +sha256sums=('8b9e846bf2dc7aa3091e2bc0073003157b7b876be39010ff1dd3bfb505728a43') build() { cd "$srcdir/$_name-$pkgver" |