summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-24 04:05:11 +0000
committerkicad2024-04-24 04:05:11 +0000
commit86dae40552244741ce6e3d34686abe517925eab5 (patch)
tree9dee354989ffa5ae74e54f41429f4a46dd0714b8 /PKGBUILD
parent92f483af62e30d462d607ce08e0d4da250b48dfa (diff)
downloadaur-86dae40552244741ce6e3d34686abe517925eab5.tar.gz
Bump to KiCad 8.99.0-821-ga8972f54c4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10b680164586..9dbbc0f0102f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_809_g9dab855f8d
+pkgver=8.99.0_821_ga8972f54c4
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=9dab855f8d
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=a8972f54c4
'kicad-nightly.env'
'no-metadata-translation.patch'
)