summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad-bot2022-08-27 04:06:42 +0000
committerkicad-bot2022-08-27 04:06:42 +0000
commitd3fc6bcfbe93d10487c589b6b437b96fe235d80c (patch)
treeb7bf39098a276186cde5742b1b216f2b8b3c5bd8
parent5888a047133bfd6b790ced5e3d312b2583e718f8 (diff)
downloadaur-d3fc6bcfbe93d10487c589b6b437b96fe235d80c.tar.gz
Bump to KiCAD 6.99.0-3063-g5c43c46365
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1261e2608b3..f72c521f0e8d 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_3034_g103b8a0d2c
+ pkgver = 6.99.0_3063_g5c43c46365
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=103b8a0d2c
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=5c43c46365
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab64486661f8..eb13a2d43b57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_3034_g103b8a0d2c
+pkgver=6.99.0_3063_g5c43c46365
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=103b8a0d2c
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=5c43c46365
'kicad-nightly.env'
'no-metadata-translation.patch'
)