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

Maxime Gauduin alucryd at archlinux.org
Thu Aug 9 08:13:56 UTC 2018


    Date: Thursday, August 9, 2018 @ 08:13:56
  Author: alucryd
Revision: 370493

FS#59577: beets 1.4.7-3

Modified:
  beets/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-09 08:08:35 UTC (rev 370492)
+++ PKGBUILD	2018-08-09 08:13:56 UTC (rev 370493)
@@ -4,7 +4,7 @@
 
 pkgname=beets
 pkgver=1.4.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
@@ -12,6 +12,7 @@
 depends=('python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
          'python-mutagen' 'python-setuptools' 'python-six' 'python-unidecode'
          'python-yaml')
+makedepends=('git' 'python-sphinx')
 optdepends=('bash-completion: Bash completion'
             'bs1770gain: ReplayGain plugin'
             'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
@@ -28,19 +29,25 @@
             'python-pylast: LastGenre plugin'
             'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
             'python-xdg: Thumbnails plugin')
-source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz"
+source=("git+https://github.com/beetbox/beets.git#tag=v${pkgver}"
         'beet')
-sha256sums=('3a33dba692bbd12fc8b92b0853513147367be06b4d93960c8cc5bda493f96f70'
+sha256sums=('SKIP'
             'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 
+prepare() {
+  cd beets
+
+  git show 15d44f02a391764da1ce1f239caef819f08beed8 -- beets/autotag/hooks.py | git apply - # FS#59577
+}
+
 build() {
-  cd beets-${pkgver}
+  cd beets
 
-  python setup.py build
+  python setup.py build sdist
 }
 
 package() {
-  cd beets-${pkgver}
+  cd beets
 
   python setup.py install --root="${pkgdir}" --optimize='1'
 


Property changes on: beets/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property



More information about the arch-commits mailing list