summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-21 20:37:39 +0000
committerdx-mon2021-01-21 20:37:39 +0000
commita7683618252932f9491728be90e382572c49f2b4 (patch)
tree96d34869b9f589559fb98319a6b14320af784fd8
parent7ae68854a0523423205e54ea54984fbc638c4e2c (diff)
downloadaur-a7683618252932f9491728be90e382572c49f2b4.tar.gz
Bump to KiCAD 5.99.0-8541-g8831b5a785
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0db8b2b4bf1..f15a46299946 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_8533_g07d4a28024
+ pkgver = 5.99.0_8541_g8831b5a785
pkgrel = 2
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=07d4a28024
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=8831b5a785
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 3e37380c3262..41a2fc589362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8533_g07d4a28024
+pkgver=5.99.0_8541_g8831b5a785
pkgrel=2
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=07d4a28024
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=8831b5a785
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)