diff options
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 14:57:58 UTC 2015 +# Mon Jun 1 14:57:59 UTC 2015 pkgbase = beets-git pkgdesc = Flexible music library manager and tagger - git version pkgver = 1.3.1.r35.gc82cd29 @@ -20,7 +20,7 @@ pkgbase = beets-git optdepends = python2-pylast: lastgenre plugin provides = beets conflicts = beets - source = git://github.com/sampsyo/beets.git + source = git+https://github.com/sampsyo/beets.git md5sums = SKIP pkgname = beets-git @@ -18,7 +18,7 @@ optdepends=('python2-pyacoustid: acoustic fingerprinting' 'python2-pylast: lastgenre plugin') provides=('beets') conflicts=('beets') -source=('git://github.com/sampsyo/beets.git') +source=('git+https://github.com/sampsyo/beets.git') md5sums=('SKIP') pkgver() { @@ -34,7 +34,6 @@ build() { package() { cd beets python2 setup.py install --root="$pkgdir" --optimize=1 - install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } |