summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-05 04:07:24 +0000
committerkicad2024-04-05 04:07:24 +0000
commit9b9fd0bc1cd9c4a4747eae9a9f3da4a14acb739d (patch)
treeb197851430c87c761a2def490df29604b4e5d6d5 /PKGBUILD
parentfe52a95349ad9af6a5554d0a2b90c62afadfbd14 (diff)
downloadaur-9b9fd0bc1cd9c4a4747eae9a9f3da4a14acb739d.tar.gz
Bump to KiCad 8.99.0-570-gc1e7668d80
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1219add54931..2daf1463982b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_559_g9c113b25a4
+pkgver=8.99.0_570_gc1e7668d80
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=9c113b25a4
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=c1e7668d80
'kicad-nightly.env'
'no-metadata-translation.patch'
)