Date: Tuesday, July 23, 2019 @ 08:18:58
  Author: bisson
Revision: 492622

fix FS#60400

Modified:
  picard/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-23 06:49:13 UTC (rev 492621)
+++ PKGBUILD    2019-07-23 08:18:58 UTC (rev 492622)
@@ -5,7 +5,7 @@
 pkgname=picard
 pkgver=2.1.3
 _commit=5b3e83120d2c0baeed4e14d5581c3cba29f8c605
-pkgrel=1
+pkgrel=2
 pkgdesc='Official MusicBrainz tagger'
 url='https://picard.musicbrainz.org/'
 license=('GPL')
@@ -14,13 +14,16 @@
 optdepends=('chromaprint: fingerprinting'
             'python-discid: cd lookup')
 makedepends=('python-discid' 'git' 'python-setuptools')
-source=("git+https://github.com/metabrainz/picard.git#commit=$_commit";)
-sha256sums=('SKIP')
+source=("git+https://github.com/metabrainz/picard.git#commit=$_commit";
+        
'https://github.com/metabrainz/picard/pull/1183/commits/6f3e32f7119938042fec4fc82514eea65eaaccb2.patch')
+sha256sums=('SKIP'
+            '16e760a195f071614e8b5fc49cce5cba9230850a5f941d2330112a82659568ff')
 
 build() {
        cd "${srcdir}/${pkgname}"
        sed "s/‘/'/g" -i setup.cfg
        python setup.py config
+       patch -p1 -i ../6f3e32f7119938042fec4fc82514eea65eaaccb2.patch # 
FS#60400
 }
 
 package() {

Reply via email to