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

Antonio Rojas arojas at archlinux.org
Mon Nov 25 17:13:30 UTC 2019


    Date: Monday, November 25, 2019 @ 17:13:30
  Author: arojas
Revision: 533258

Fix python dependencies

Modified:
  recoll/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-25 17:05:28 UTC (rev 533257)
+++ PKGBUILD	2019-11-25 17:13:30 UTC (rev 533258)
@@ -6,7 +6,7 @@
 
 pkgname=recoll
 pkgver=1.26.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
 url="https://www.lesbonscomptes.com/recoll/"
@@ -13,7 +13,7 @@
 license=('GPL')
 depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 'qt5-webkit'
 	 'chmlib')
-makedepends=('python' 'python2-pychm' 'python-setuptools')
+makedepends=('python' 'python-setuptools')
 optdepends=('libxslt: for XML based formats (fb2,etc)'
 	    'unzip: for the OpenOffice.org documents'
 	    'poppler: for pdf'
@@ -24,10 +24,10 @@
 #	    'untex: for dvi support with dvips'
 	    'djvulibre: for djvu'
 	    'id3lib: for mp3 tags support with id3info'
-	    'python2: for using some filters'
-	    'python2-mutagen: Audio metadata'
+	    'python-mutagen: Audio metadata'
 	    'perl-image-exiftool: EXIF data from raw files'
 	    'python-lxml: indexing spreadsheets'
+            'python-pychm: CHM filter'
 	    'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz")
 sha256sums=('438f251c24baf954020cf3298872c74982f4c4abffd10197d7700db83072e732')



More information about the arch-commits mailing list