summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-16 18:03:01 +0000
committerdx-mon2021-01-16 18:03:01 +0000
commit49575d5b6ee5df71cd6294c211271c891d17b60d (patch)
tree9e04cbac9ffd933850a7b399673e21b0cd6132ef
parent9a51923d426ec44a68cc57ec74e958dff6b32cc6 (diff)
downloadaur-49575d5b6ee5df71cd6294c211271c891d17b60d.tar.gz
Bump to KiCAD 5.99.0-8441-g00a9910149
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33fbceed0b75..9a4e75577a1e 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_8405_g24ff66f5a2
+ pkgver = 5.99.0_8441_g00a9910149
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=24ff66f5a2
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=00a9910149
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 f5cf2da31118..75301d9f6df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8405_g24ff66f5a2
+pkgver=5.99.0_8441_g00a9910149
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=24ff66f5a2
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=00a9910149
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)