summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2025-01-23 05:04:40 +0000
committerkicad2025-01-23 05:04:40 +0000
commit583d311b18cac484eaded815fcd17e7fe5b52726 (patch)
treec57fa7686856f5182fcb0e2603eacc4ca734545d /PKGBUILD
parent5fabfe85521f036fe80bd644a35d2f83dd229d0b (diff)
downloadaur-583d311b18cac484eaded815fcd17e7fe5b52726.tar.gz
Bump to KiCad 9.0.0-rc2-112-gdc5276c1df
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af56698c55f5..2c875bba35d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=9.0.0_rc2_93_g0281bfe05e
+pkgver=9.0.0_rc2_112_gdc5276c1df
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=0281bfe05e
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=dc5276c1df
'kicad-nightly.env'
'no-metadata-translation.patch'
)