summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-11-21 20:21:30 +0000
committerdx-mon2020-11-21 20:21:30 +0000
commit684820834d6a8353be6939f2d2839e86c921f6f2 (patch)
tree46aa9e9eae8468b7c8755a2701d291829c69e6a3
parent41cce0c8d1b9d1ebf84ec817ad4487c3db261cd8 (diff)
downloadaur-684820834d6a8353be6939f2d2839e86c921f6f2.tar.gz
Bump to KiCAD 5.99.0-7124-g22bbe9618e
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8945c3d3db8c..75b0676179c5 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_7120_gff3bd7e72a
+ pkgver = 5.99.0_7124_g22bbe9618e
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=ff3bd7e72a
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=22bbe9618e
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 6ecb8023ad6c..7b25e8c24a66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7120_gff3bd7e72a
+pkgver=5.99.0_7124_g22bbe9618e
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=ff3bd7e72a
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=22bbe9618e
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)