summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-11-17 03:19:11 +0000
committerdx-mon2020-11-17 03:19:11 +0000
commitb8b978fe62812e6eb3cd9ef7b32a9e18ebdf4b47 (patch)
tree9b5ff1e19072d2ecd3cdbf2c96244d3d02e972d3
parent7112ea03807490e91cc08bd24f0317836cbe9ccc (diff)
downloadaur-b8b978fe62812e6eb3cd9ef7b32a9e18ebdf4b47.tar.gz
Bump to KiCAD 5.99.0-7048-g7d1a4a4224
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1203f0da7ea..10413512b6e0 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_7036_gb21e07d759
+ pkgver = 5.99.0_7048_g7d1a4a4224
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -23,7 +23,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=b21e07d759
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=7d1a4a4224
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 94245c6d6804..82ac2b71f810 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7036_gb21e07d759
+pkgver=5.99.0_7048_g7d1a4a4224
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=b21e07d759
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=7d1a4a4224
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)