summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-02-18 05:04:04 +0000
committerkicad2024-02-18 05:04:04 +0000
commit072eb3f14455958a2e871850916531b76ce7958f (patch)
tree25ee06b34af732cc1aa4cb43fb195d66567a4357
parenta64b28fe09cad1c9c848de2dfe829d18ae53321a (diff)
downloadaur-072eb3f14455958a2e871850916531b76ce7958f.tar.gz
Bump to KiCad 8.0.0-rc3-3-g27911d9b5a
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb14ce06d7a..8148161cf36b 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_rc3_2_g1717f39daf
+ pkgver = 8.0.0_rc3_3_g27911d9b5a
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=1717f39daf
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=27911d9b5a
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ae2b9bece87a..7008cb774a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc3_2_g1717f39daf
+pkgver=8.0.0_rc3_3_g27911d9b5a
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=1717f39daf
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=27911d9b5a
'kicad-nightly.env'
'no-metadata-translation.patch'
)