summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthegala2023-10-16 23:01:45 +0200
committerthegala2023-10-16 23:01:45 +0200
commit54442497c25505f9685febfa6245b2b3b62c42be (patch)
treea735db10494fc8ea48b3c3eac5a3998c4ef16cc9 /PKGBUILD
parenta3469b49d1e3d3e111ff39c7d4411fd3069448c3 (diff)
downloadaur-54442497c25505f9685febfa6245b2b3b62c42be.tar.gz
Bump version.
Add missing depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dddbc6be4911..e0482cb216b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=pcbdraw
pkgname=pcbdraw-git
-pkgver=252.1c3e689
-pkgrel=2
+pkgver=381.4cfcc70
+pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Convert your KiCAD boards into nice looking 2D drawings suitable for pinout diagrams."
url="https://github.com/INTI-CMNB/pcbdraw"
license=('Apache2.0')
-depends=('python' 'kicad')
+depends=('python' 'kicad' 'python-svgpathtools' 'python-pcbnewtransition' 'python-mistune')
makedepends=('git' 'python' 'python-setuptools' 'python-pip')
source=("${_pkgname}::git+https://github.com/INTI-CMNB/pcbdraw")
md5sums=('SKIP')