summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-17 21:35:03 +0000
committerdx-mon2021-01-17 21:35:03 +0000
commit0dadf8cfc9999ec8d3c15f8848037eb72079fd25 (patch)
treedf6804b86cf42230daf43fd6e21b3f9f6abf1ffa
parent55f10deb173a1f7d2c234f9a65ef200a88aede13 (diff)
downloadaur-0dadf8cfc9999ec8d3c15f8848037eb72079fd25.tar.gz
Bump to KiCAD 5.99.0-8451-g6bb9aeab4b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e6af010dad3..72e140b67522 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_8444_g68efdb2fff
+ pkgver = 5.99.0_8451_g6bb9aeab4b
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=68efdb2fff
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=6bb9aeab4b
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 c75d3f2b435f..641385564d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8444_g68efdb2fff
+pkgver=5.99.0_8451_g6bb9aeab4b
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=68efdb2fff
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=6bb9aeab4b
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)