summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegala2023-10-16 23:01:45 +0200
committerthegala2023-10-16 23:01:45 +0200
commit54442497c25505f9685febfa6245b2b3b62c42be (patch)
treea735db10494fc8ea48b3c3eac5a3998c4ef16cc9
parenta3469b49d1e3d3e111ff39c7d4411fd3069448c3 (diff)
downloadaur-pcbdraw-git.tar.gz
Bump version.
Add missing depends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cdef102fc0c..968044561266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pcbdraw-git
pkgdesc = Convert your KiCAD boards into nice looking 2D drawings suitable for pinout diagrams.
- pkgver = 252.1c3e689
+ pkgver = 381.4cfcc70
pkgrel = 1
url = https://github.com/INTI-CMNB/pcbdraw
arch = i686
@@ -12,6 +12,9 @@ pkgbase = pcbdraw-git
makedepends = python-pip
depends = python
depends = kicad
+ depends = python-svgpathtools
+ depends = python-pcbnewtransition
+ depends = python-mistune
provides = pcbdraw
conflicts = pcbdraw
source = pcbdraw::git+https://github.com/INTI-CMNB/pcbdraw
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')