summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordragonmux2022-10-10 19:42:53 -0400
committerdragonmux2022-10-10 19:42:53 -0400
commit9bfcc8de7c2ef5de7a9a0ac29a2f259b6eb49767 (patch)
tree47d5bd3ab6264574c0f415d7389f2ec971709e34
parentf0a168df6cc8b003de8311b6b5e42aab27bc0c2d (diff)
downloadaur-9bfcc8de7c2ef5de7a9a0ac29a2f259b6eb49767.tar.gz
Fixed the missing 'unixodbc' dependency needed due to the recent introduction of a need for an ODBC manager
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.in2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b947e2718a01..8e39838b112b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
pkgver = 6.99.0_3850_g4a66203493
- pkgrel = 1
+ pkgrel = 2
url = http://kicad.org/
arch = x86_64
license = GPL
@@ -23,6 +23,7 @@ pkgbase = kicad-nightly
depends = ngspice
depends = opencascade
depends = python-wxpython
+ depends = unixodbc
optdepends = kicad-library-nightly: for footprints and symbols
optdepends = kicad-library-3d-nightly: for 3d models of components
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index b75dbf69066a..627efff6b56e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=kicad-nightly
pkgver=6.99.0_3850_g4a66203493
-pkgrel=1
+pkgrel=2
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad.org/'
license=('GPL')
-depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
+depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
options=('!strip')
optdepends=(
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 6da2a625acb6..2788e0c1cab0 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -8,7 +8,7 @@ pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad.org/'
license=('GPL')
-depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
+depends=('wxwidgets-gtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython' 'unixodbc')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
options=('!strip')
optdepends=(