summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkicad2024-01-20 05:03:54 +0000
committerkicad2024-01-20 05:03:54 +0000
commit7345a397c56c2ac7f85003e76bb774221e69f5eb (patch)
tree08d881a999c5f980a7a071ab25da19be4f9a2b59
parent30be21be565df5b91c72e2f7d78966646144842b (diff)
downloadaur-7345a397c56c2ac7f85003e76bb774221e69f5eb.tar.gz
Bump to KiCad 8.0.0-rc1-91-gb65fa46c3c
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad748b788723..29b93c2abef8 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_79_gf80094e7c5
+ pkgver = 8.0.0_rc1_91_gb65fa46c3c
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=f80094e7c5
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=b65fa46c3c
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 933331addb30..9b03fb631120 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=8.0.0_rc1_79_gf80094e7c5
+pkgver=8.0.0_rc1_91_gb65fa46c3c
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=f80094e7c5
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=b65fa46c3c
'kicad-nightly.env'
'no-metadata-translation.patch'
)