summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-03-29 04:05:03 +0000
committerkicad2024-03-29 04:05:03 +0000
commit191c2219d4fb8c7aad9392cc72cb5f9e350aae68 (patch)
treedd11ea9df46fb85c4c0fadaebc056850809bc0c2 /PKGBUILD
parent420a3041932de88ba9b69737269aa2a98dacf979 (diff)
downloadaur-191c2219d4fb8c7aad9392cc72cb5f9e350aae68.tar.gz
Bump to KiCad 8.99.0-499-g42552d2e78
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e61f91897b1c..fdf0cf197c62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_489_ge347300593
+pkgver=8.99.0_499_g42552d2e78
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=e347300593
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=42552d2e78
'kicad-nightly.env'
'no-metadata-translation.patch'
)