summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-12-14 00:46:32 +0000
committerdx-mon2020-12-14 00:46:32 +0000
commita3eb687207b6323248492e372206c29d63aa7c9f (patch)
tree43fbddc068b3e2dde3750b87092c3bfc12d70fd0
parentb8d71156bcd41c884459349514a980d3cbbdbcfe (diff)
downloadaur-a3eb687207b6323248492e372206c29d63aa7c9f.tar.gz
Bump to KiCAD 5.99.0-7570-gd0e008053a
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26aa469881a8..550291aece13 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_7506_g587d3b71be
+ pkgver = 5.99.0_7570_gd0e008053a
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=587d3b71be
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=d0e008053a
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 e9496610b197..7be7103caf99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7506_g587d3b71be
+pkgver=5.99.0_7570_gd0e008053a
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=587d3b71be
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=d0e008053a
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)