summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-10-27 04:05:19 +0000
committerkicad2024-10-27 04:05:19 +0000
commit5e4c195d833a0c16aee5f55f9034ac901c1d450a (patch)
treeb79db99d539dde47899c75fd742df91efc1a19d3 /PKGBUILD
parent723a07f50477966bc20b28afad13894d360a6fe6 (diff)
downloadaur-5e4c195d833a0c16aee5f55f9034ac901c1d450a.tar.gz
Bump to KiCad 8.99.0-2821-g673bb2f152
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e314b6a18f60..25e4ea19ec00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_2796_gd031652d9d
+pkgver=8.99.0_2821_g673bb2f152
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=d031652d9d
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=673bb2f152
'kicad-nightly.env'
'no-metadata-translation.patch'
)