summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-01-19 05:04:14 +0000
committerkicad2024-01-19 05:04:14 +0000
commit30be21be565df5b91c72e2f7d78966646144842b (patch)
treed7393ef6267eb8b790e13b481561632c0d9b5d1e
parentc8efc61bb5052a94f66ecffd27dd9d6dc5926c33 (diff)
downloadaur-30be21be565df5b91c72e2f7d78966646144842b.tar.gz
Bump to KiCad 8.0.0-rc1-79-gf80094e7c5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af56058860ab..ad748b788723 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kicad-nightly
pkgdesc = Electronic schematic and printed circuit board (PCB) design tools
- pkgver = 8.0.0_rc1_67_g7b24167398
+ pkgver = 8.0.0_rc1_79_gf80094e7c5
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=7b24167398
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=f80094e7c5
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 82af6feb85e7..933331addb30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc1_67_g7b24167398
+pkgver=8.0.0_rc1_79_gf80094e7c5
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=7b24167398
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=f80094e7c5
'kicad-nightly.env'
'no-metadata-translation.patch'
)