summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Radovic2022-04-16 22:02:53 +0200
committerAndrej Radovic2022-04-16 22:02:53 +0200
commit39e86c6a9bcd98be9c84abdc8398c3ae949913a5 (patch)
tree9ab7df4bf50fdec86fde60603f3f46c5c4fb06a1
parent8b51acd71641a9a1052c4de3b43f35a40b147486 (diff)
downloadaur-39e86c6a9bcd98be9c84abdc8398c3ae949913a5.tar.gz
Updated to v0.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2c290e3e37e..8a98be6e0aaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index d1183391c759..8f6bb48e3eb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"