summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-02-23 05:04:17 +0000
committerkicad2024-02-23 05:04:17 +0000
commit1781e82b855b8782353d376d6fc4ce110bde90b6 (patch)
tree05581f0bec7b2d49b477b08b73003c29a16c3654
parentaa02730c9859930865092e0edc16a7b987889dde (diff)
downloadaur-1781e82b855b8782353d376d6fc4ce110bde90b6.tar.gz
Bump to KiCad 8.99.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a917c3256424..ff35d990fbb1 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_61_gb352b1484f
+ pkgver = 8.99.0
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=b352b1484f
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=2194f99341
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5a3530ef360b..07bb45ba99a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc3_61_gb352b1484f
+pkgver=8.99.0
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=b352b1484f
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=2194f99341
'kicad-nightly.env'
'no-metadata-translation.patch'
)