summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkicad2024-03-12 04:07:38 +0000
committerkicad2024-03-12 04:07:38 +0000
commit65e6ddb09f1d5f721c95908651bee96ff66d4491 (patch)
treee4688bb0cae05dc27c148e74d4eefc93acc8c9f1 /PKGBUILD
parent1288f75f779e6228caaa8fc5cce48f82a39f7b0e (diff)
downloadaur-65e6ddb09f1d5f721c95908651bee96ff66d4491.tar.gz
Bump to KiCad-Symbols 8.0.1-rc2-4-gd6aff394, KiCad-Footprints 8.0.1-rc2 and KiCad-Packages3D 8.0.1-rc2-1-g3a405478
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c9bab030fda..31530a207e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=kicad-library-nightly
pkgname=('kicad-library-nightly' 'kicad-library-3d-nightly')
-pkgver=8.99.0_344_gfbc433deaa
+pkgver=8.99.0_362_g0f57d76ecd
pkgrel=1
pkgdesc='KiCAD component and footprint libraries'
arch=('any')
@@ -12,7 +12,7 @@ license=('GPL')
makedepends=('git' 'cmake' 'make')
options=('!strip')
source=(
- 'git+https://gitlab.com/kicad/libraries/kicad-symbols.git'#commit=980e8ac7
+ 'git+https://gitlab.com/kicad/libraries/kicad-symbols.git'#commit=d6aff394
'git+https://gitlab.com/kicad/libraries/kicad-footprints.git'#commit=28c478a81
'git+https://gitlab.com/kicad/libraries/kicad-packages3D.git'#commit=3a405478
)