summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-04-10 04:04:57 +0000
committerkicad2024-04-10 04:04:57 +0000
commitdd79c80df1e84644968d5ee78cc2776921b01fa7 (patch)
tree0044d6376966c8d20b531c6edd0dd7878f05e436 /PKGBUILD
parentfa3cd3855600f43cee1b7f18fae11b128a97ad18 (diff)
downloadaur-dd79c80df1e84644968d5ee78cc2776921b01fa7.tar.gz
Bump to KiCad 8.99.0-598-g7b935f7673
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d9fe1568722..bf1f07609e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_593_ge7493c7851
+pkgver=8.99.0_598_g7b935f7673
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=e7493c7851
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=7b935f7673
'kicad-nightly.env'
'no-metadata-translation.patch'
)