summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Jamison2018-09-03 16:20:38 -0500
committerCaleb Jamison2018-09-03 16:20:38 -0500
commitde71a13c0493f3595a46b2e73e351b0cfc0a8316 (patch)
tree76d4d2614b7792d94dffe79f4cac53115cedc113
parent28efeacde95bbe52e80191ee08d3bfefdd83b38f (diff)
downloadaur-de71a13c0493f3595a46b2e73e351b0cfc0a8316.tar.gz
Typo fix in sha256 sum
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5485177a9ba9..682abc0f163f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"