summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFélix Piédallu2021-04-30 18:09:12 +0200
committerFélix Piédallu2021-04-30 18:09:12 +0200
commit71764fcd83fef6cd2bbe5295813aaf7f16b3c581 (patch)
tree7174b2a7048aebc1dacfd7f781c29fdf25a2bf80 /PKGBUILD
parent52f234519c6372ab45c090cea9b9d791a21e5c2d (diff)
downloadaur-71764fcd83fef6cd2bbe5295813aaf7f16b3c581.tar.gz
Update remote, and track v5 branch until kicad v6 is released
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d81ec491310..c8fbecc7f988 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=kicad-library-utils
pkgname="${_pkgname}-git"
-pkgver=r992.0c0b035
-pkgrel=2
+pkgver=r1004.704becd
+pkgrel=1
pkgdesc='Some scripts for helping with library development, git checkout'
arch=('any')
-url='https://github.com/KiCad/kicad-library-utils'
+url='https://gitlab.com/kicad/libraries/kicad-library-utils'
license=('GPLv3')
depends=('python3')
source=(
- "git+${url}"
+ "git+${url}.git#branch=v5"
)
sha256sums=(
'SKIP'