summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-04-23 04:05:10 +0000
committerkicad2024-04-23 04:05:10 +0000
commit92f483af62e30d462d607ce08e0d4da250b48dfa (patch)
tree97f24ac16f1404a39bd15cfb5738410014135f6d
parentb0c3281c92e7b36e96363e6d8801255297e612e8 (diff)
downloadaur-92f483af62e30d462d607ce08e0d4da250b48dfa.tar.gz
Bump to KiCad 8.99.0-809-g9dab855f8d
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f682365fc856..82f545dce841 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_805_gbbab5a979a
+ pkgver = 8.99.0_809_g9dab855f8d
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=bbab5a979a
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=9dab855f8d
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ca948764714c..10b680164586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_805_gbbab5a979a
+pkgver=8.99.0_809_g9dab855f8d
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=bbab5a979a
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=9dab855f8d
'kicad-nightly.env'
'no-metadata-translation.patch'
)