summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-02-11 05:04:02 +0000
committerkicad2024-02-11 05:04:02 +0000
commitb503b746c924cf8834c1bab1030a5e2e265716b5 (patch)
tree5d160cb0190ca06e693a09993c41deb6d2aa6999
parentb0fbd610e7256b7f87138d8f012e178af82f6801 (diff)
downloadaur-b503b746c924cf8834c1bab1030a5e2e265716b5.tar.gz
Bump to KiCad 8.0.0-rc2-509-g4eba781013
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12d4bcd739c7..4ad1a36fd007 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_rc2_494_g6bc7bcffef
+ pkgver = 8.0.0_rc2_509_g4eba781013
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=6bc7bcffef
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=4eba781013
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1d597d550ba9..2711eae4f803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc2_494_g6bc7bcffef
+pkgver=8.0.0_rc2_509_g4eba781013
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=6bc7bcffef
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=4eba781013
'kicad-nightly.env'
'no-metadata-translation.patch'
)