summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad-bot2022-09-22 04:06:52 +0000
committerkicad-bot2022-09-22 04:06:52 +0000
commita83d7f45bab3c606ee115959e47d2d75d7a25362 (patch)
tree6a335df524efe88fdf83fe198d22309d4d413288
parent15c57d4ee3b62bde2cb543c6ce438706d714e5aa (diff)
downloadaur-a83d7f45bab3c606ee115959e47d2d75d7a25362.tar.gz
Bump to KiCad 6.99.0-3544-gfc10db25ba
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b855c36f6b39..d32e44828b6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 6.99.0_3537_g5af00486c3
+ pkgver = 6.99.0_3544_gfc10db25ba
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -26,7 +26,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=5af00486c3
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=fc10db25ba
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5ed64d6267dd..49e4f7e870ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_3537_g5af00486c3
+pkgver=6.99.0_3544_gfc10db25ba
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=5af00486c3
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=fc10db25ba
'kicad-nightly.env'
'no-metadata-translation.patch'
)