summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-03-16 04:04:59 +0000
committerkicad2024-03-16 04:04:59 +0000
commit93dc26487261362c46816fd1ccc4a8ceed5d7baa (patch)
treea6b8f3dba39f9c5657ebd40dda45e1fc5ded7b07 /PKGBUILD
parentcbcef1105ab81529ad4b6b3432899204342e0c46 (diff)
downloadaur-93dc26487261362c46816fd1ccc4a8ceed5d7baa.tar.gz
Bump to KiCad 8.99.0-395-gd17151ac1b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2ebb442c7f8..60ebfb19e7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_393_gda2610b93b
+pkgver=8.99.0_395_gd17151ac1b
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=da2610b93b
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=d17151ac1b
'kicad-nightly.env'
'no-metadata-translation.patch'
)