summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-26 21:55:11 +0000
committerdx-mon2021-01-26 21:55:11 +0000
commit027385f284edc86872753b0de1d6afdfe1d409f0 (patch)
treef5d2a80dcb3e7a8d8eb4e7bb79bf6e007a3d86c8
parent00456fac6a4a82ab5c756606b9509d690e54347c (diff)
downloadaur-027385f284edc86872753b0de1d6afdfe1d409f0.tar.gz
Bump to KiCAD 5.99.0-8635-gaefc107d86
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13063a1ec298..f109438b7bad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 5.99.0_8605_g96af236493
+ pkgver = 5.99.0_8635_gaefc107d86
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -24,7 +24,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=96af236493
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=aefc107d86
source = git+https://gitlab.com/kicad/code/kicad-i18n.git#commit=e89d9a8
source = kicad-nightly.env
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8dbfa9912f16..faf61fe76dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8605_g96af236493
+pkgver=5.99.0_8635_gaefc107d86
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=96af236493
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=aefc107d86
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)