Github source now clones through public https rather than private ssh
This commit is contained in:
parent
6c6b979936
commit
ba9c68eb70
1 changed files with 3 additions and 2 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -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=(
|
||||
|
|
Reference in a new issue