summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9507c0b30c24..0f0992986d13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 6.99.0_1378_g58c146a7c0
+ pkgver = 6.99.0_1380_g09d8ac7d7c
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -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=58c146a7c0
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=09d8ac7d7c
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a7bb2093cdbb..2cd80fe983e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_1378_g58c146a7c0
+pkgver=6.99.0_1380_g09d8ac7d7c
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=58c146a7c0
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=09d8ac7d7c
'kicad-nightly.env'
'no-metadata-translation.patch'
)