summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNick Østergaard2019-01-05 16:34:58 +0100
committerNick Østergaard2019-01-05 16:34:58 +0100
commit4c028614f78d963a0aca8c7c24073af4133494e8 (patch)
tree288342bee3e7e8636f11231dfad3d82435d9bfbf /PKGBUILD
parentd1ec050d374f29f034e0f4bd830e6262a6ab9e2f (diff)
downloadaur-4c028614f78d963a0aca8c7c24073af4133494e8.tar.gz
Use git+https://
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3734ec90bd98..7bc86db330c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kicad-git
pkgver=r10854.8e7d6063f
-pkgrel=1
+pkgrel=2
pkgdesc="Electronic schematic and printed circuit board (PCB) design tools"
arch=('i686' 'x86_64')
url="http://kicad-pcb.org/"
@@ -14,7 +14,7 @@ optdepends=('kicad-library: for footprints')
conflicts=('kicad' 'kicad-bzr')
provides=('kicad')
install=kicad.install
-source=("${pkgname}"'::git+git://git.launchpad.net/kicad')
+source=("${pkgname}"'::git+https://git.launchpad.net/kicad')
md5sums=('SKIP')
pkgver() {