mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Bump to KiCad 9.99.0-5212-gc1ef019d35
This commit is contained in:
parent
1b8c825014
commit
f22654e208
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 = 9.99.0_5176_gcc33281228
|
||||
pkgver = 9.99.0_5212_gc1ef019d35
|
||||
pkgrel = 1
|
||||
url = https://kicad.org/
|
||||
arch = x86_64
|
||||
|
|
@ -30,7 +30,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=cc33281228
|
||||
source = kicad-nightly::git+https://gitlab.com/kicad/code/kicad.git#commit=c1ef019d35
|
||||
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=9.99.0_5176_gcc33281228
|
||||
pkgver=9.99.0_5212_gc1ef019d35
|
||||
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=cc33281228
|
||||
"$pkgname::git+https://gitlab.com/kicad/code/kicad.git"#commit=c1ef019d35
|
||||
'kicad-nightly-wrapper.sh'
|
||||
'fix-version-string.patch'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue