diff options
author | Andrej Radovic | 2021-09-08 22:00:26 +0200 |
---|---|---|
committer | Andrej Radovic | 2021-09-08 22:00:26 +0200 |
commit | 4d4ed2725b1ff3aa8b01775dc837af5ddaaf2a44 (patch) | |
tree | f376b7e3a4663b4bc5cf57f725d102400ce7fc96 | |
parent | de4ef4d1969f675479262ec81a4c4b6bc57a8f8e (diff) | |
download | aur-4d4ed2725b1ff3aa8b01775dc837af5ddaaf2a44.tar.gz |
Packaging fixup for 0.4.6
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = python-kintree pkgdesc = Fast part creation in KiCad and InvenTree - pkgver = 0.4.5 - pkgrel = 1 + pkgver = 0.4.6 + pkgrel = 2 url = https://github.com/sparkmicro/Ki-nTree arch = any license = GPL3 @@ -10,12 +10,13 @@ pkgbase = python-kintree depends = python-digikey-api depends = python-fuzzywuzzy depends = python-inventree + depends = python-mouser depends = python-multiprocess depends = python-pysimplegui depends = python-pyaml depends = python-validators depends = python-wrapt - source = https://files.pythonhosted.org/packages/source/k/kintree/kintree-0.4.5.tar.gz - sha256sums = c6ca99603024dfaed4189ca66e4ca8a4376be80b237d3cefd33de105f2158e0d + source = https://files.pythonhosted.org/packages/source/k/kintree/kintree-0.4.6.tar.gz + sha256sums = c4a26387bd70893fd0b98cb3bfa0a1d3695aabcc9c7ff0129994dafee7ad7e1e pkgname = python-kintree @@ -2,7 +2,7 @@ pkgname=python-kintree _name=${pkgname#python-} pkgver=0.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="Fast part creation in KiCad and InvenTree" url="https://github.com/sparkmicro/Ki-nTree" depends=( @@ -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=('c6ca99603024dfaed4189ca66e4ca8a4376be80b237d3cefd33de105f2158e0d') +sha256sums=('c4a26387bd70893fd0b98cb3bfa0a1d3695aabcc9c7ff0129994dafee7ad7e1e') build() { cd "$srcdir/$_name-$pkgver" |