summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-03-21 04:04:53 +0000
committerkicad2024-03-21 04:04:53 +0000
commitce461cbf66d679fc4bb1b2fe66d8872173ec1f86 (patch)
tree7005fb882d270f84d8209b27b3473f58d56ffa0f
parent9e0ee9e4796c9d0d8fb971da2f8f530e93f18ae3 (diff)
downloadaur-ce461cbf66d679fc4bb1b2fe66d8872173ec1f86.tar.gz
Bump to KiCad 8.99.0-439-g83ef5fd7d6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b46fd21bf0ee..ff5c097ae4e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 8.99.0_423_g800ff9ffb1
+ pkgver = 8.99.0_439_g83ef5fd7d6
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = kicad-nightly
optdepends = kicad-library-nightly: for footprints and symbols
optdepends = kicad-library-3d-nightly: for 3d models of components
options = !strip
- source = git+https://gitlab.com/kicad/code/kicad.git#commit=800ff9ffb1
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=83ef5fd7d6
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 60ad9354522d..2c0fb191268e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_423_g800ff9ffb1
+pkgver=8.99.0_439_g83ef5fd7d6
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=800ff9ffb1
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=83ef5fd7d6
'kicad-nightly.env'
'no-metadata-translation.patch'
)