summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-02-28 05:04:15 +0000
committerkicad2024-02-28 05:04:15 +0000
commit21917a3e54aba01c3703d0c303c47f300913edb6 (patch)
treec6263598af96dca7c0c35263384ba344e1a231c3
parent2cacca5b1745123fcd10a1781ed44279e30bb98e (diff)
downloadaur-21917a3e54aba01c3703d0c303c47f300913edb6.tar.gz
Bump to KiCad 8.99.0-125-g97e3139505
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867a9e960a29..77d753ba006c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 8.99.0_107_ge9456201a7
+ pkgver = 8.99.0_125_g97e3139505
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -27,7 +27,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=e9456201a7
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=97e3139505
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8dec1f3eb017..e85c4b700f51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_107_ge9456201a7
+pkgver=8.99.0_125_g97e3139505
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=e9456201a7
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=97e3139505
'kicad-nightly.env'
'no-metadata-translation.patch'
)