summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Østergaard2023-12-26 13:43:40 +0100
committerNick Østergaard2023-12-26 13:43:40 +0100
commit8691cf3335ce702e0916972563bf2c958884a2e3 (patch)
tree3754713a7edb08225b19fe71529718db051600cb /PKGBUILD
parent10cca945700df932b988f81b726120322ae75d96 (diff)
downloadaur-kicad-git.tar.gz
Add libgit2 as a depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b0f000ec6e7..cf99bdda326e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nick Østergaard <oe.nick at gmail dot com>
pkgname=kicad-git
-pkgver=7.99.0.r505.ge51594cdf5
+pkgver=7.99.0.r4086.g5c20c5732d
pkgrel=1
pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://kicad.org/"
license=('GPL')
depends=('glew' 'wxwidgets-gtk3' 'desktop-file-utils' 'boost-libs' 'python'
'glm' 'curl' 'swig' 'python-wxpython' 'opencascade'
- 'ngspice>=27' 'unixodbc')
+ 'ngspice>=27' 'unixodbc' 'libgit2')
makedepends=('cmake' 'git' 'zlib' 'mesa' 'boost')
optdepends=('kicad-library: for footprints')
conflicts=('kicad' 'kicad-bzr')