diff options
author | Andrej Radovic | 2022-04-16 22:02:53 +0200 |
---|---|---|
committer | Andrej Radovic | 2022-04-16 22:02:53 +0200 |
commit | 39e86c6a9bcd98be9c84abdc8398c3ae949913a5 (patch) | |
tree | 9ab7df4bf50fdec86fde60603f3f46c5c4fb06a1 | |
parent | 8b51acd71641a9a1052c4de3b43f35a40b147486 (diff) | |
download | aur-39e86c6a9bcd98be9c84abdc8398c3ae949913a5.tar.gz |
Updated to v0.5.2
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-kintree pkgdesc = Fast part creation in KiCad and InvenTree - pkgver = 0.5.1 + pkgver = 0.5.2 pkgrel = 1 url = https://github.com/sparkmicro/Ki-nTree arch = any @@ -16,7 +16,7 @@ pkgbase = python-kintree depends = python-pyaml depends = python-validators depends = python-wrapt - source = https://files.pythonhosted.org/packages/source/k/kintree/kintree-0.5.1.tar.gz - sha256sums = 3ff9a8c71e23f5aa56d778863aeec656a96025b7db60431e6b74cd468c898a1c + source = https://files.pythonhosted.org/packages/source/k/kintree/kintree-0.5.2.tar.gz + sha256sums = 84112e6ad01e2bc6b0915eb6d9ef464a50a0a23d136b290d995da80f252c136d pkgname = python-kintree @@ -1,7 +1,7 @@ # Maintainer: Andrej Radović <r.andrej@gmail.com> pkgname=python-kintree _name=${pkgname#python-} -pkgver=0.5.1 +pkgver=0.5.2 pkgrel=1 pkgdesc="Fast part creation in KiCad and InvenTree" url="https://github.com/sparkmicro/Ki-nTree" @@ -21,7 +21,7 @@ makedepends=('python-setuptools') license=('GPL3') arch=('any') source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") -sha256sums=('3ff9a8c71e23f5aa56d778863aeec656a96025b7db60431e6b74cd468c898a1c') +sha256sums=('84112e6ad01e2bc6b0915eb6d9ef464a50a0a23d136b290d995da80f252c136d') build() { cd "$srcdir/$_name-$pkgver" |