summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-01 04:05:22 +0000
committerkicad2024-04-01 04:05:22 +0000
commitd5053cbf70c1c120a89decd27e681e95710a6513 (patch)
tree65283eb3685b7c119199a5edbbcda019e2330cd5 /PKGBUILD
parent19da86c6e187df00504dec8f140d152978e011f7 (diff)
downloadaur-d5053cbf70c1c120a89decd27e681e95710a6513.tar.gz
Bump to KiCad 8.99.0-521-g06b199fd41
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0dd947ffcc3..16e34edca95b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_516_g7d1881b58a
+pkgver=8.99.0_521_g06b199fd41
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=7d1881b58a
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=06b199fd41
'kicad-nightly.env'
'no-metadata-translation.patch'
)