summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-01-16 05:03:56 +0000
committerkicad2024-01-16 05:03:56 +0000
commit94cfdf896f7728a24517a9f8d1e5daf810a10194 (patch)
tree4146fdaf31e30e22a6efe7ec29e6e69c8d0745c8
parent02e12ca13434c27e99b409c5cc013ddc88815433 (diff)
downloadaur-94cfdf896f7728a24517a9f8d1e5daf810a10194.tar.gz
Bump to KiCad 8.0.0-rc1-16-gfc62d36441
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 885e8f349d74..f6d97895cbd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 8.0.0_rc1_6_gb7460f29b4
+ pkgver = 8.0.0_rc1_16_gfc62d36441
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=b7460f29b4
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=fc62d36441
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 651070f969a9..df068f4f7f23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc1_6_gb7460f29b4
+pkgver=8.0.0_rc1_16_gfc62d36441
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=b7460f29b4
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=fc62d36441
'kicad-nightly.env'
'no-metadata-translation.patch'
)