Fetch git data over HTTPS.

This commit is contained in:
Frederik “Freso” S. Olesen 2017-01-10 12:36:02 +01:00
parent 558216bf29
commit 7bee0d7ef0
No known key found for this signature in database
GPG Key ID: 27628EAF5DC1403E
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ pkgbase = beets-git
optdepends = python2-pylast: lastgenre plugin
provides = beets
conflicts = beets
source = git://github.com/beetbox/beets.git
source = git+https://github.com/beetbox/beets.git
md5sums = SKIP
pkgname = beets-git

View File

@ -20,7 +20,7 @@ optdepends=('python2-pyacoustid: acoustic fingerprinting'
'python2-pylast: lastgenre plugin')
provides=('beets')
conflicts=('beets')
source=('git://github.com/beetbox/beets.git')
source=('git+https://github.com/beetbox/beets.git')
md5sums=('SKIP')
pkgver() {