summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-12-10 01:55:56 +0000
committerdx-mon2020-12-10 01:55:56 +0000
commitabf92e0bf2e41b6873f3ab4f3adeec8b305244e3 (patch)
tree621b83e59839b1ad59141c1f5db9a3137ed74a04
parentd007aca019ced9f252ae81e3e7eeccf5e1ed2ebe (diff)
downloadaur-abf92e0bf2e41b6873f3ab4f3adeec8b305244e3.tar.gz
Bump to KiCAD 5.99.0-7471-gfbca825f1b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c83489a09473..564fe4857a2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 5.99.0_7394_gac32d6a4b6
+ pkgver = 5.99.0_7471_gfbca825f1b
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -24,7 +24,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=ac32d6a4b6
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=fbca825f1b
source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=e89d9a8
source = kicad-nightly.env
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5338fd34c190..1bfba18d306f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7394_gac32d6a4b6
+pkgver=5.99.0_7471_gfbca825f1b
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=ac32d6a4b6
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=fbca825f1b
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)