summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-26 04:05:07 +0000
committerkicad2024-04-26 04:05:07 +0000
commit88ea4cf0bc6c918c807114a68a3cd182444d9c99 (patch)
tree2d867c588fbe703e1f58af9f7c77b94c2243b7ea /PKGBUILD
parentd5e5ccc6245eb5908a560fc59d6d102ab168bdc2 (diff)
downloadaur-88ea4cf0bc6c918c807114a68a3cd182444d9c99.tar.gz
Bump to KiCad 8.99.0-840-g60d5780c1c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'
)