[arch-commits] Commit in pcbdraw/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Sun Nov 15 10:33:12 UTC 2020
Date: Sunday, November 15, 2020 @ 10:33:12
Author: foutrelis
Revision: 754371
Bump to 0.6.1 for Python 3.9
Modified:
pcbdraw/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-15 10:33:00 UTC (rev 754370)
+++ PKGBUILD 2020-11-15 10:33:12 UTC (rev 754371)
@@ -2,8 +2,8 @@
_pkgname=PcbDraw
pkgname=pcbdraw
-pkgver=0.6.0
-pkgrel=1
+pkgver=0.6.1
+pkgrel=0
pkgdesc='Convert your KiCAD board into a nice looking 2D drawing suitable for pinout diagrams'
arch=('any')
url='https://github.com/yaqwsx/PcbDraw'
@@ -11,7 +11,7 @@
depends=('python' 'kicad' 'python-numpy' 'python-lxml' 'python-mistune' 'python-pybars3' 'python-wand' 'python-yaml')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('4671ad9ed47e0119e2abbefed3b2b26f9765524da19e1866863c17124f0c809c7f079435565df1c0fac54bcdc4013dd4bd7d3578ff6f251882298ba1e176909f')
+sha512sums=('bf149f030eb2b66bc7d4fcd3c93b8775dcd5ed49975a8f648c445f72496ba970704bcbe588975efe0607cbff6ebce41382aac0ac484f87eff853c4b5cfec9bcd')
build() {
cd $_pkgname-$pkgver
More information about the arch-commits
mailing list