summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-25 04:05:03 +0000
committerkicad2024-04-25 04:05:03 +0000
commitd5e5ccc6245eb5908a560fc59d6d102ab168bdc2 (patch)
treee361f024454cfeb72b427effaecc6cd1964c4c55 /PKGBUILD
parent86dae40552244741ce6e3d34686abe517925eab5 (diff)
downloadaur-d5e5ccc6245eb5908a560fc59d6d102ab168bdc2.tar.gz
Bump to KiCad 8.99.0-829-g0984af1676
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dbbc0f0102f..d48ac66eaa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_821_ga8972f54c4
+pkgver=8.99.0_829_g0984af1676
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=a8972f54c4
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=0984af1676
'kicad-nightly.env'
'no-metadata-translation.patch'
)