diff options
author | Caleb Jamison | 2018-09-03 16:20:38 -0500 |
---|---|---|
committer | Caleb Jamison | 2018-09-03 16:20:38 -0500 |
commit | de71a13c0493f3595a46b2e73e351b0cfc0a8316 (patch) | |
tree | 76d4d2614b7792d94dffe79f4cac53115cedc113 | |
parent | 28efeacde95bbe52e80191ee08d3bfefdd83b38f (diff) | |
download | aur-de71a13c0493f3595a46b2e73e351b0cfc0a8316.tar.gz |
Typo fix in sha256 sum
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Caleb Jamison <cbjamo@gmail.com> pkgname=python-kinparse pkgver=0.0.4 -pkgrel=1 +pkgrel=2 pkgdesc="Parser for KiCad schematic netlists." arch=(any) url="https://xesscorp.github.io/kinparse/docs/_build/singlehtml/index.html" @@ -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=('52274e62cafc2bc15fcd22da126a272e81ea85b1024b0f175d8de85930e6b482') build() { cd "$srcdir/$_name-$pkgver" |