summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-04-24 04:05:11 +0000
committerkicad2024-04-24 04:05:11 +0000
commit86dae40552244741ce6e3d34686abe517925eab5 (patch)
tree9dee354989ffa5ae74e54f41429f4a46dd0714b8
parent92f483af62e30d462d607ce08e0d4da250b48dfa (diff)
downloadaur-86dae40552244741ce6e3d34686abe517925eab5.tar.gz
Bump to KiCad 8.99.0-821-ga8972f54c4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f545dce841..4c5303813cca 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_809_g9dab855f8d
+ pkgver = 8.99.0_821_ga8972f54c4
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=9dab855f8d
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=a8972f54c4
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 10b680164586..9dbbc0f0102f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_809_g9dab855f8d
+pkgver=8.99.0_821_ga8972f54c4
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=9dab855f8d
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=a8972f54c4
'kicad-nightly.env'
'no-metadata-translation.patch'
)