summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordragonmux2022-09-17 22:08:17 -0400
committerdragonmux2022-09-17 22:08:17 -0400
commit9d3bc1364a379aa9631cbbc7de94b629cb41c31a (patch)
tree9338f668dde7f747b5ef89c9b677ba1a5ad21f01
parent853b6490a8ee48b68c436b563f29322493236b94 (diff)
downloadaur-9d3bc1364a379aa9631cbbc7de94b629cb41c31a.tar.gz
Bumped the PKGBUILD and .SRCINFO to push the fixed patch through
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
-rw-r--r--PKGBUILD.in4
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c519b3e29d81..33838798c458 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_3325_gcb6b2da55f
+ pkgver = 6.99.0_3475_gdcb3f16fbc
pkgrel = 1
url = http://kicad.org/
arch = x86_64
@@ -26,11 +26,11 @@ 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=cb6b2da55f
+ source = git+https://gitlab.com/kicad/code/kicad.git#commit=dcb3f16fbc
source = kicad-nightly.env
source = no-metadata-translation.patch
sha256sums = SKIP
sha256sums = fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18
- sha256sums = a80c387474705f22046e9f5dbc289441b68a2b4f1db44ba989159f6c8b77bd3d
+ sha256sums = 649b1b0e541f22a49f1934a6173266cabde984a97fba583c3b75dd41940b86f8
pkgname = kicad-nightly
diff --git a/PKGBUILD b/PKGBUILD
index 7c051bfbc660..ee84f0871770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Rafael Silva <perigoso@riseup.net>
pkgname=kicad-nightly
-pkgver=6.99.0_3325_gcb6b2da55f
+pkgver=6.99.0_3475_gdcb3f16fbc
pkgrel=1
pkgdesc='Electronic schematic and printed circuit board (PCB) design tools'
arch=('x86_64')
@@ -16,14 +16,14 @@ optdepends=(
'kicad-library-3d-nightly: for 3d models of components'
)
source=(
- 'git+https://gitlab.com/kicad/code/kicad.git'#commit=cb6b2da55f
+ 'git+https://gitlab.com/kicad/code/kicad.git'#commit=dcb3f16fbc
'kicad-nightly.env'
'no-metadata-translation.patch'
)
sha256sums=(
'SKIP'
- 'fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18'
- 'a80c387474705f22046e9f5dbc289441b68a2b4f1db44ba989159f6c8b77bd3d'
+ 'fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18'
+ '649b1b0e541f22a49f1934a6173266cabde984a97fba583c3b75dd41940b86f8'
)
prepare()
@@ -103,4 +103,4 @@ EOF
mkdir -p "$pkgdir/usr/share/$relpath"
mv "$icon" "$pkgdir/usr/share/$relpath/$filename-nightly.$extension"
done
-} \ No newline at end of file
+}
diff --git a/PKGBUILD.in b/PKGBUILD.in
index 7e391db04ae2..6da2a625acb6 100644
--- a/PKGBUILD.in
+++ b/PKGBUILD.in
@@ -22,8 +22,8 @@ source=(
)
sha256sums=(
'SKIP'
- 'fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18'
- '649b1b0e541f22a49f1934a6173266cabde984a97fba583c3b75dd41940b86f8'
+ 'fce26af6b9c181a99197bfc9bc6c778561ad55a375480f4d0d73bb34078b5d18'
+ '649b1b0e541f22a49f1934a6173266cabde984a97fba583c3b75dd41940b86f8'
)
prepare()