Github source now clones through public https rather than private ssh

This commit is contained in:
ayakael 2018-01-04 21:07:05 -09:00
parent 6c6b979936
commit ba9c68eb70
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026

View file

@ -4,10 +4,11 @@ pkgrel=1
pkgdesc="A collection of bash libraries that I tend to use in my scripts"
arch=(any)
changelog=CHANGELOG.md
license=('GPL3')
license=('GPLv3')
depends=()
makedepends=('git')
source=(
"${pkgname}::git+ssh://git@github.com/ayakael/${pkgname}.git#branch=master"
"${pkgname}::git+https://github.com/ayakael/${pkgname}.git"
)
sha256sums=(