summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad-bot2022-09-09 04:06:51 +0000
committerkicad-bot2022-09-09 04:06:51 +0000
commit6fbfece1bde614d0849f0cd2a760045350ddf20d (patch)
treee210220deaf384cc1117bfe0d825e289e6a1b697
parent19013e2d63a14e2c9443d3fc7b537d7dce6cc8dc (diff)
downloadaur-6fbfece1bde614d0849f0cd2a760045350ddf20d.tar.gz
Bump to KiCAD 6.99.0-3300-g087550ebd3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73a00714160c..27e18c5669d4 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_3282_g9523586bf1
+ pkgver = 6.99.0_3300_g087550ebd3
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=9523586bf1
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=087550ebd3
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 69fe4fbbb251..5a1a15ded08d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_3282_g9523586bf1
+pkgver=6.99.0_3300_g087550ebd3
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=9523586bf1
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=087550ebd3
'kicad-nightly.env'
'no-metadata-translation.patch'
)