summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-02-11 02:26:38 +0000
committerdx-mon2021-02-11 02:26:38 +0000
commitdc45972b5b1a228cf7bd4b64cb8ea15924293e49 (patch)
treed413a301114755a881b1f916a05602b6f65df9d8
parent25a05b31d260d5632ebc428b59da0b9903c73a7a (diff)
downloadaur-dc45972b5b1a228cf7bd4b64cb8ea15924293e49.tar.gz
Bump to KiCAD 5.99.0-8991-g64f817001a
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88823ce15a12..542991ef64e0 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_8951_g09be44a352
+ pkgver = 5.99.0_8991_g64f817001a
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=09be44a352
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=64f817001a
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 f296d7139d28..d965bbfb182d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8951_g09be44a352
+pkgver=5.99.0_8991_g64f817001a
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=09be44a352
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=64f817001a
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)