summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Østergaard2022-08-29 00:58:23 +0200
committerNick Østergaard2022-08-29 00:58:23 +0200
commit30f87e998a90df5f612cf2b945b76b6df6374edb (patch)
treef66133f9091401461caeb067bcbf5d31d5944f14 /PKGBUILD
parent2d32d106790ef4d4f76738133eb89012d64cba4e (diff)
downloadaur-30f87e998a90df5f612cf2b945b76b6df6374edb.tar.gz
Add unixodbc as a dependAdd unixodbc as a dependss
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18566bf6b7ce..1321b3f7b974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ arch=('i686' 'x86_64')
url="https://kicad.org/"
license=('GPL')
depends=('glew' 'wxwidgets-gtk3' 'desktop-file-utils' 'boost-libs' 'python'
- 'glm' 'curl' 'swig' 'python-wxpython' 'opencascade' 'ngspice>=27')
+ 'glm' 'curl' 'swig' 'python-wxpython' 'opencascade'
+ 'ngspice>=27' 'unixodbc')
makedepends=('cmake' 'git' 'zlib' 'mesa' 'boost')
optdepends=('kicad-library: for footprints')
conflicts=('kicad' 'kicad-bzr')