summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-04-26 04:05:07 +0000
committerkicad2024-04-26 04:05:07 +0000
commit88ea4cf0bc6c918c807114a68a3cd182444d9c99 (patch)
tree2d867c588fbe703e1f58af9f7c77b94c2243b7ea
parentd5e5ccc6245eb5908a560fc59d6d102ab168bdc2 (diff)
downloadaur-88ea4cf0bc6c918c807114a68a3cd182444d9c99.tar.gz
Bump to KiCad 8.99.0-840-g60d5780c1c
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 794fbd4d671e..853d074eab30 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_829_g0984af1676
+ pkgver = 8.99.0_840_g60d5780c1c
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=0984af1676
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=60d5780c1c
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d48ac66eaa91..0cd8dc09fd1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_829_g0984af1676
+pkgver=8.99.0_840_g60d5780c1c
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=0984af1676
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=60d5780c1c
'kicad-nightly.env'
'no-metadata-translation.patch'
)