summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-03-09 05:04:08 +0000
committerkicad2024-03-09 05:04:08 +0000
commit4762587b4a8723a0b99a3ac120bd2402802e5dc6 (patch)
tree3fbb81a3784fad68c66dad3a88772c7f498cb8c9 /PKGBUILD
parente5d863f41a8c4b2419d97bf18577419b55706d9f (diff)
downloadaur-4762587b4a8723a0b99a3ac120bd2402802e5dc6.tar.gz
Bump to KiCad 8.99.0-326-g4d66a8ebdb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 778bb376a951..f38dc472ef62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_320_g7721bdc441
+pkgver=8.99.0_326_g4d66a8ebdb
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=7721bdc441
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=4d66a8ebdb
'kicad-nightly.env'
'no-metadata-translation.patch'
)