diff options
author | Andrej Radovic | 2021-09-08 19:15:28 +0200 |
---|---|---|
committer | Andrej Radovic | 2021-09-08 19:15:28 +0200 |
commit | 63681d222340275efd7fd6baaf6df490210ff4d3 (patch) | |
tree | f8e553ebd443f7e0baaf281e0d65b5110d6ec73b /PKGBUILD | |
parent | 8dcab34d3e5daeee702de9fbe0f542ae900ab4e1 (diff) | |
download | aur-63681d222340275efd7fd6baaf6df490210ff4d3.tar.gz |
Updated to 0.4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |