summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad-bot2022-10-09 04:07:24 +0000
committerkicad-bot2022-10-09 04:07:24 +0000
commitf0a168df6cc8b003de8311b6b5e42aab27bc0c2d (patch)
tree593fa59c88ae24208a2b8a3c5c388e2c39293116
parent15c5d649e3a05218c37f036262eb656aceb6e9a8 (diff)
downloadaur-f0a168df6cc8b003de8311b6b5e42aab27bc0c2d.tar.gz
Bump to KiCad 6.99.0-3850-g4a66203493
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a66cd5096bb..b947e2718a01 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_3844_g994274fe9f
+ pkgver = 6.99.0_3850_g4a66203493
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=994274fe9f
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=4a66203493
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7da8fd67d7a9..b75dbf69066a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_3844_g994274fe9f
+pkgver=6.99.0_3850_g4a66203493
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=994274fe9f
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=4a66203493
'kicad-nightly.env'
'no-metadata-translation.patch'
)