summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordx-mon2021-01-25 20:15:14 +0000
committerdx-mon2021-01-25 20:15:14 +0000
commit00456fac6a4a82ab5c756606b9509d690e54347c (patch)
tree665198c8de9fbc2de340b2609e917cd491643514
parenta7683618252932f9491728be90e382572c49f2b4 (diff)
downloadaur-00456fac6a4a82ab5c756606b9509d690e54347c.tar.gz
Bump to KiCAD 5.99.0-8605-g96af236493
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f15a46299946..13063a1ec298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 5.99.0_8541_g8831b5a785
- pkgrel = 2
+ pkgver = 5.99.0_8605_g96af236493
+ pkgrel = 1
url = http://kicad-pcb.org/
arch = x86_64
license = GPL
@@ -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=8831b5a785
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=96af236493
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 41a2fc589362..8dbfa9912f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rachel Mant <dx-mon@users.sourceforge.net>
pkgname=kicad-nightly
-pkgver=5.99.0_8541_g8831b5a785
-pkgrel=2
+pkgver=5.99.0_8605_g96af236493
+pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
url='http://kicad-pcb.org/'
@@ -15,7 +15,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=8831b5a785
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=96af236493
'git+https://gitlab.com/kicad/code/kicad-i18n.git'#commit=e89d9a8
'kicad-nightly.env'
)