summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-04-25 04:05:03 +0000
committerkicad2024-04-25 04:05:03 +0000
commitd5e5ccc6245eb5908a560fc59d6d102ab168bdc2 (patch)
treee361f024454cfeb72b427effaecc6cd1964c4c55
parent86dae40552244741ce6e3d34686abe517925eab5 (diff)
downloadaur-kicad-nightly.tar.gz
Bump to KiCad 8.99.0-829-g0984af1676
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c5303813cca..794fbd4d671e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 8.99.0_821_ga8972f54c4
+ pkgver = 8.99.0_829_g0984af1676
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -27,7 +27,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=a8972f54c4
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=0984af1676
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9dbbc0f0102f..d48ac66eaa91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.99.0_821_ga8972f54c4
+pkgver=8.99.0_829_g0984af1676
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=a8972f54c4
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=0984af1676
'kicad-nightly.env'
'no-metadata-translation.patch'
)