[arch-commits] Commit in beets/trunk (PKGBUILD beet)

Maxime Gauduin alucryd at archlinux.org
Thu Apr 16 07:28:31 UTC 2015


    Date: Thursday, April 16, 2015 @ 09:28:30
  Author: alucryd
Revision: 131457

upgpkg: beets 1.3.11-4

Added:
  beets/trunk/beet
Modified:
  beets/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 beet     |    2 ++
 2 files changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-16 06:20:01 UTC (rev 131456)
+++ PKGBUILD	2015-04-16 07:28:30 UTC (rev 131457)
@@ -4,7 +4,7 @@
 
 pkgname=beets
 pkgver=1.3.11
-pkgrel=3
+pkgrel=4
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -28,9 +28,11 @@
             'python2-pylast: LastGenre plugin'
             'python2-requests: FetchArt plugin')
 source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
-        'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet')
+        'https://raw.githubusercontent.com/sampsyo/beets/master/extra/_beet'
+        'beet')
 sha256sums=('4a926b4c82409382b993b14cac7ecdbd18dea84845030ad41e26198542871408'
-            '51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715')
+            '51c23b07ae5b4d67bd3d9f1c6ec3187a04b18d805e0b198951c6b63c67d34715'
+            'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 
 build() {
   cd beets-${pkgver}
@@ -43,6 +45,8 @@
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'
 
+  install -dm 755 "${pkgdir}"/etc/bash_completion.d
+  install -m 644 ../beet "${pkgdir}"/etc/bash_completion.d/
   install -dm 755 "${pkgdir}"/usr/share/zsh/site-functions
   install -m 644 ../_beet "${pkgdir}"/usr/share/zsh/site-functions/
 

Added: beet
===================================================================
--- beet	                        (rev 0)
+++ beet	2015-04-16 07:28:30 UTC (rev 131457)
@@ -0,0 +1,2 @@
+_load_beet_completion() { eval "$(beet completion)"; }
+complete -F _load_beet_completion beet



More information about the arch-commits mailing list