summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--PKGBUILD.in2
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a39b86270294..1dd9c5d1ab26 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_9795_gc3c3649211
+ pkgver = 5.99.0_9806_g7f8ea6e06a
pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = kicad-nightly
makedepends = swig
makedepends = ninja
makedepends = tar
- makedepends = gz
+ makedepends = gzip
depends = wxgtk3
depends = python
depends = boost-libs
@@ -26,7 +26,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=c3c3649211
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=7f8ea6e06a
source = kicad-nightly.env
sha256sums = SKIP
sha256sums = fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18
diff --git a/PKGBUILD b/PKGBUILD
index de09c94187ca..9ec255283a1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_9795_gc3c3649211
+pkgver=5.99.0_9806_g7f8ea6e06a
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad-pcb.org/'
license=('GPL')
depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
-makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gz')
+makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
options=('!strip')
optdepends=(
'kicad-library-nightly: for footprints and symbols'
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=c3c3649211
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=7f8ea6e06a
'kicad-nightly.env'
)
sha256sums=(
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 2b131ce303d7..4bb27945fbef 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -8,7 +8,7 @@ arch=('x86_64')
url='http://kicad-pcb.org/'
license=('GPL')
depends=('wxgtk3' 'python' 'boost-libs' 'glew' 'curl' 'glm' 'ngspice' 'opencascade' 'python-wxpython')
-makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gz')
+makedepends=('git' 'cmake' 'zlib' 'mesa' 'boost' 'swig' 'ninja' 'tar' 'gzip')
options=('!strip')
optdepends=(
'kicad-library-nightly: for footprints and symbols'