summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4edac5faaf6..5269c80c9387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-kinjector
_name=${pkgname#python-}
-pkgver=0.0.6
+pkgver=1.0.0
pkgrel=1
pkgdesc="Inject/eject JSON/YAML data to/from KiCad Board files."
-url="https://github.com/xesscorp/kinjector"
+url="https://github.com/devbisme/kinjector"
arch=(any)
license=('MIT')
depends=(
@@ -17,7 +17,7 @@ source=(
https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz
)
provides=("$pkgname")
-md5sums=('92c3180d2b3af3ba4fde8989816777a6')
+md5sums=('00d391ee8c78a486a88aecc49003f832')
build() {
cd "$srcdir/${_name}-${pkgver}/"