From ec30eb27bf3930d0a3faccac97baf49df1217a48 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 22 Oct 2013 19:03:48 +0200 Subject: did some shit, too lazy to split things up --- .SRCINFO | 4 ++-- PKGBUILD | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index df1ecbb..9f52a14 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index c6df678..83f4d64 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" } -- cgit v1.2.3-70-g09d2