summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-12-11 20:01:41 +0000
committerdx-mon2020-12-11 20:01:41 +0000
commitb8d71156bcd41c884459349514a980d3cbbdbcfe (patch)
tree9ad38527db895a73eadbc0a211d2dd248a71fd4e
parentabf92e0bf2e41b6873f3ab4f3adeec8b305244e3 (diff)
downloadaur-b8d71156bcd41c884459349514a980d3cbbdbcfe.tar.gz
Bump to KiCAD 5.99.0-7506-g587d3b71be
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 564fe4857a2b..26aa469881a8 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_7471_gfbca825f1b
+ pkgver = 5.99.0_7506_g587d3b71be
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=fbca825f1b
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=587d3b71be
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 1bfba18d306f..e9496610b197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7471_gfbca825f1b
+pkgver=5.99.0_7506_g587d3b71be
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=fbca825f1b
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=587d3b71be
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)