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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 14 13:03:00 UTC 2016


    Date: Monday, November 14, 2016 @ 13:02:59
  Author: alucryd
Revision: 195663

FS#51808: beets 1.3.19-1

Modified:
  beets/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 12:52:54 UTC (rev 195662)
+++ PKGBUILD	2016-11-14 13:02:59 UTC (rev 195663)
@@ -28,13 +28,18 @@
             'python2-pylast: LastGenre plugin'
             'python2-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
             'python2-xdg: Thumbnails plugin')
+_commit='44f33cabc7e2c5ea6fd79fac3b73ac54fa11d568'
 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/beetbox/beets/${_commit}/extra/_beet"
         'beet')
 sha256sums=('6b241e62764a9c4bf9bf570acacc4681d30513f0f2268faa5da494ec066c21ee'
-            'dd13bbe2270ac1fce76e7ba9e749823f0fc664b6746b5536e2edf22f32a91e3b'
+            '312c303e67c2b635c285bc4c9ee3e71cc08657355b9666a238a047c31252998b'
             'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 
+prepare() {
+  sed 's|.oh-my-zsh/custom/completions|.config/beets|' -i _beet
+}
+
 build() {
   cd beets-${pkgver}
 



More information about the arch-commits mailing list