summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-11-27 02:57:15 +0000
committerdx-mon2020-11-27 02:57:15 +0000
commit119dfe6e7bca4191dbfb832dff599ffdc9f8fc1a (patch)
treebd9a04768d9b3ecc701512c087be04d7daa6a622
parent44dfa1c4c8e8a8041212afa9a86fa25d89bc336f (diff)
downloadaur-119dfe6e7bca4191dbfb832dff599ffdc9f8fc1a.tar.gz
Bump to KiCAD 5.99.0-7211-g0bbb7bdb0c
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de1f48542ce3..4931535f977f 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_7194_g5c08ad1ab9
+ pkgver = 5.99.0_7211_g0bbb7bdb0c
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=5c08ad1ab9
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=0bbb7bdb0c
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 58c8c113fbaa..bbc44ccdf73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7194_g5c08ad1ab9
+pkgver=5.99.0_7211_g0bbb7bdb0c
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=5c08ad1ab9
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=0bbb7bdb0c
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)