summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-23 04:05:10 +0000
committerkicad2024-04-23 04:05:10 +0000
commit92f483af62e30d462d607ce08e0d4da250b48dfa (patch)
tree97f24ac16f1404a39bd15cfb5738410014135f6d /PKGBUILD
parentb0c3281c92e7b36e96363e6d8801255297e612e8 (diff)
downloadaur-92f483af62e30d462d607ce08e0d4da250b48dfa.tar.gz
Bump to KiCad 8.99.0-809-g9dab855f8d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca948764714c..10b680164586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_805_gbbab5a979a
+pkgver=8.99.0_809_g9dab855f8d
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=bbab5a979a
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=9dab855f8d
'kicad-nightly.env'
'no-metadata-translation.patch'
)