summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrej Radovic2021-09-08 19:15:28 +0200
committerAndrej Radovic2021-09-08 19:15:28 +0200
commit63681d222340275efd7fd6baaf6df490210ff4d3 (patch)
treef8e553ebd443f7e0baaf281e0d65b5110d6ec73b /PKGBUILD
parent8dcab34d3e5daeee702de9fbe0f542ae900ab4e1 (diff)
downloadaur-63681d222340275efd7fd6baaf6df490210ff4d3.tar.gz
Updated to 0.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ea20b1a434c..d8134b28053a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrej Radović <r.andrej@gmail.com>
pkgname=python-kintree
_name=${pkgname#python-}
-pkgver=0.4.4
+pkgver=0.4.5
pkgrel=1
pkgdesc="Fast part creation in KiCad and InvenTree"
url="https://github.com/sparkmicro/Ki-nTree"
@@ -20,7 +20,7 @@ makedepends=('python-setuptools')
license=('GPL3')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('06beb20eb7b827285eb5e3aa79a35e4ea298d4e22f077f7499ff175cb38ad22e')
+sha256sums=('c6ca99603024dfaed4189ca66e4ca8a4376be80b237d3cefd33de105f2158e0d')
build() {
cd "$srcdir/$_name-$pkgver"