aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
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"
}