summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-14 04:05:35 +0000
committerkicad2024-04-14 04:05:35 +0000
commit2271c3f5cab0d566d7ae341a5670de5b91cd4268 (patch)
tree037581d98e1208d535970d6f8f5c5a8910ff204c /PKGBUILD
parent4aa6e6faf6c23955a7561bc43d26a1f946e9d498 (diff)
downloadaur-2271c3f5cab0d566d7ae341a5670de5b91cd4268.tar.gz
Bump to KiCad 8.99.0-663-gab531a33d9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12720f8f3649..95294eff2a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_647_gc05ae0b32e
+pkgver=8.99.0_663_gab531a33d9
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=c05ae0b32e
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=ab531a33d9
'kicad-nightly.env'
'no-metadata-translation.patch'
)