summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2020-11-24 02:44:46 +0000
committerdx-mon2020-11-24 02:44:46 +0000
commit5276bfffe5473d2c3ea479b693e18bd35998dd1b (patch)
tree704b3e199cc0e7700fda163d7f5ead13a997c1a0
parent68d1aee08da29780506da2eb6069c233b6e3cdef (diff)
downloadaur-5276bfffe5473d2c3ea479b693e18bd35998dd1b.tar.gz
Bump to KiCAD 5.99.0-7175-gc07a38b91b
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027045ed7ae8..b522fba34f33 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_7136_gf5e9a2a6da
+ pkgver = 5.99.0_7175_gc07a38b91b
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=f5e9a2a6da
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=c07a38b91b
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 5d378b6b8cf0..2da7b277f418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_7136_gf5e9a2a6da
+pkgver=5.99.0_7175_gc07a38b91b
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=f5e9a2a6da
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=c07a38b91b
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)