summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordi Pakey-Rodriguez2020-10-23 12:20:03 -0700
committerJordi Pakey-Rodriguez2020-10-23 12:20:03 -0700
commitd4cb790ba5fd2a40e6570f68675e0853e583094b (patch)
treec07aa331a79e9f9c3bba5f8cc9db12cbeb718c9f
parent5c28135d14648674b43e4d4ba2fe60b04cb1f067 (diff)
downloadaur-d4cb790ba5fd2a40e6570f68675e0853e583094b.tar.gz
Update v5.1.5 -> v5.1.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a71a37e7b57e..88630f5ef182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = kicad-templates
pkgdesc = KiCad templates
- pkgver = 5.1.5
- pkgrel = 2
- url = https://github.com/KiCad/kicad-templates
+ pkgver = 5.1.7
+ pkgrel = 1
+ url = https://gitlab.com/kicad/libraries/kicad-templates
arch = any
groups = kicad-libraries
license = GPL
makedepends = cmake
conflicts = kicad-templates-git
options = !strip
- source = https://github.com/KiCad/kicad-templates/archive/5.1.5.tar.gz
- sha256sums = f08f857eee9b88cc89d1579c66046e01d752cf696d468d8ac2465066d379e406
+ source = https://gitlab.com/kicad/libraries/kicad-templates/-/archive/5.1.7/kicad-templates-5.1.7.tar.gz
+ sha256sums = 0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2
pkgname = kicad-templates
diff --git a/PKGBUILD b/PKGBUILD
index 423dc78d3df8..968da6a1f5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Jordi Pakey-Rodriguez <jordi at 0xdec dot im>
pkgname=kicad-templates
-pkgver=5.1.5
-pkgrel=2
+pkgver=5.1.7
+pkgrel=1
pkgdesc="KiCad templates"
arch=('any')
-url="https://github.com/KiCad/kicad-templates"
+url="https://gitlab.com/kicad/libraries/kicad-templates"
license=('GPL')
groups=('kicad-libraries')
makedepends=('cmake')
options=('!strip')
conflicts=('kicad-templates-git')
-source=("https://github.com/KiCad/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f08f857eee9b88cc89d1579c66046e01d752cf696d468d8ac2465066d379e406')
+source=("https://gitlab.com/kicad/libraries/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('0454a08872e39c7f5f038f4447606ec05d7e327684a8361ccb71e7e3d497bbb2')
build() {
cd "$srcdir"