summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-03-22 04:04:56 +0000
committerkicad2024-03-22 04:04:56 +0000
commit73914e44695b07f97591eb8ce6c242c2dd50ec43 (patch)
tree35efef99ef00013f83d7f7f1c64af7351e0eb0b1 /PKGBUILD
parentce461cbf66d679fc4bb1b2fe66d8872173ec1f86 (diff)
downloadaur-73914e44695b07f97591eb8ce6c242c2dd50ec43.tar.gz
Bump to KiCad 8.99.0-451-gf0912b6128
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c0fb191268e..4be51f3d1bbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_439_g83ef5fd7d6
+pkgver=8.99.0_451_gf0912b6128
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=83ef5fd7d6
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=f0912b6128
'kicad-nightly.env'
'no-metadata-translation.patch'
)