summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-03-09 05:04:08 +0000
committerkicad2024-03-09 05:04:08 +0000
commit4762587b4a8723a0b99a3ac120bd2402802e5dc6 (patch)
tree3fbb81a3784fad68c66dad3a88772c7f498cb8c9
parente5d863f41a8c4b2419d97bf18577419b55706d9f (diff)
downloadaur-4762587b4a8723a0b99a3ac120bd2402802e5dc6.tar.gz
Bump to KiCad 8.99.0-326-g4d66a8ebdb
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 834cecc5bd2e..8d00dddad527 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_320_g7721bdc441
+ pkgver = 8.99.0_326_g4d66a8ebdb
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=7721bdc441
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=4d66a8ebdb
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 778bb376a951..f38dc472ef62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_320_g7721bdc441
+pkgver=8.99.0_326_g4d66a8ebdb
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=7721bdc441
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=4d66a8ebdb
'kicad-nightly.env'
'no-metadata-translation.patch'
)