diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2013-10-22 19:03:48 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:38 +0200 |
commit | ec30eb27bf3930d0a3faccac97baf49df1217a48 (patch) | |
tree | 30c8b856081b292973b241c1694fc251957c94ac | |
parent | 20b8c1ef705f83dacd830be4db37866777981a1f (diff) | |
download | pkgbuilds-ec30eb27bf3930d0a3faccac97baf49df1217a48.tar.xz |
did some shit, too lazy to split things up
-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" } |