mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Bump to KiCad 10.0.0-rc2-955-g47294a0727
This commit is contained in:
parent
5a08352634
commit
6ceb3918ff
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = kicad-nightly
|
||||
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
|
||||
pkgver = 10.0.0_rc2_532_g88ffcdf6f4
|
||||
pkgver = 10.0.0_rc2_955_g47294a0727
|
||||
pkgrel = 1
|
||||
url = https://kicad.org/
|
||||
arch = x86_64
|
||||
|
|
@ -33,7 +33,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 = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=88ffcdf6f4
|
||||
source = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=47294a0727
|
||||
source = kicad-nightly-wrapper.sh
|
||||
source = fix-version-string.patch
|
||||
sha256sums = SKIP
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Rafael Silva <perigoso@riseup.net>
|
||||
|
||||
pkgname=kicad-nightly
|
||||
pkgver=10.0.0_rc2_532_g88ffcdf6f4
|
||||
pkgver=10.0.0_rc2_955_g47294a0727
|
||||
pkgrel=1
|
||||
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
|
||||
arch=('x86_64')
|
||||
|
|
@ -16,7 +16,7 @@ optdepends=(
|
|||
)
|
||||
options=('!strip')
|
||||
source=(
|
||||
"$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=88ffcdf6f4
|
||||
"$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=47294a0727
|
||||
'kicad-nightly-wrapper.sh'
|
||||
'fix-version-string.patch'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue