summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordragonmux2021-10-28 05:00:42 +0100
committerdragonmux2021-10-28 05:00:42 +0100
commitaefd5ad0ff4ec3e01c452482b646e8fa64298388 (patch)
tree88fa811adcf5625f7d5fe03417f4256be61534ee
parent7d27e0b4bbf2489a2070cb551f04da9fde5bbe6a (diff)
downloadaur-aefd5ad0ff4ec3e01c452482b646e8fa64298388.tar.gz
Bump to KiCAD 5.99.0-12983-g4a9b3d9673
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.in2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6ff211d83b9..b1f0cde2cbce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 5.99.0_12974_ge12f9a194d
+ pkgver = 5.99.0_12983_g4a9b3d9673
pkgrel = 1
- url = http://kicad-pcb.org/
+ url = http://kicad.org/
arch = x86_64
license = GPL
makedepends = git
@@ -26,7 +26,7 @@ pkgbase = kicad-nightly
optdepends = kicad-library-nightly: for footprints and symbols
optdepends = kicad-library-3d-nightly: for 3d models of components
options = !strip
- source = git+https://gitlab.com/kicad/code/kicad.git#commit=e12f9a194d
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=4a9b3d9673
source = kicad-nightly.env
sha256sums = SKIP
sha256sums = fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18
diff --git a/PKGBUILD b/PKGBUILD
index cbe1e32ed261..17294a38183f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_12974_ge12f9a194d
+pkgver=5.99.0_12983_g4a9b3d9673
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
-url='http://kicad-pcb.org/'
+url='http://kicad.org/'
license=('GPL')
depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
@@ -15,7 +15,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=e12f9a194d
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=4a9b3d9673
'kicad-nightly.env'
)
sha256sums=(
diff --git a/PKGBUILD.in b/PKGBUILD.in
index f4cf007bdd4c..e248b59774d2 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -5,7 +5,7 @@ pkgver=@KICAD_VERSION@
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
-url='http://kicad-pcb.org/'
+url='http://kicad.org/'
license=('GPL')
depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')