summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Wild2022-05-28 13:23:14 -0400
committerAllen Wild2022-05-28 13:23:14 -0400
commit20ce378d14c44b379944f6c121f87d90346499ab (patch)
tree2b6de1ef5ac20dcde683167d7627ed990080f900
parent47fc506b36d8d32a91be830f8f441d98ee0ad887 (diff)
downloadaur-bossa-git.tar.gz
fetch using https rather than git protocol
Github has ended support for the unencrypted git:// protocol.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebbed6b3d2b8..245ee5054601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bossa-git
pkgdesc = Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers
pkgver = 1.9.1.r14.g3532de8
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shumatech/BOSSA
arch = i686
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = bossa-git
depends = wxgtk2
provides = bossa
conflicts = bossa
- source = git://github.com/shumatech/BOSSA
+ source = git+https://github.com/shumatech/BOSSA
sha256sums = SKIP
pkgname = bossa-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 413fe4e5037c..4e5a19e7abe2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Matt Coffin <mcoffin13@gmail.com>
pkgname=bossa-git
pkgver=1.9.1.r14.g3532de8
-pkgrel=2
+pkgrel=3
pkgdesc="Flash programming utility for Atmel's SAM family of flash-based ARM microcontrollers"
arch=('i686' 'x86_64')
url="https://github.com/shumatech/BOSSA"
@@ -11,7 +11,7 @@ makedepends=('git')
depends=('readline' 'wxgtk2')
provides=('bossa')
conflicts=('bossa')
-source=("git://github.com/shumatech/BOSSA")
+source=("git+https://github.com/shumatech/BOSSA")
sha256sums=('SKIP')
pkgver() {