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

Eli Schwartz eschwartz at archlinux.org
Fri Oct 16 22:02:12 UTC 2020


    Date: Friday, October 16, 2020 @ 22:02:12
  Author: eschwartz
Revision: 725101

calibre: stop depending on ancient libusbx provides

libusb is once again the preferred implementation... for 6 years now, so
depending on the provides is bleurgh

Modified:
  calibre/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-16 22:02:03 UTC (rev 725100)
+++ PKGBUILD	2020-10-16 22:02:12 UTC (rev 725101)
@@ -18,7 +18,7 @@
           'feedparser' 'html2text' 'html5-parser' 'lxml' 'markdown' 'mechanize' 'msgpack'
           'netifaces' 'unrardll' 'pillow' 'psutil' 'pychm' 'pygments' 'pyqt5'
           'pyqtwebengine' 'regex' 'zeroconf')
-depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusbx'
+depends=('hunspell' 'hyphen' 'icu' 'jxrlib' 'libmtp' 'libusb'
          'libwmf' 'mathjax' 'mtdev' 'optipng' 'podofo'
          "${_py_deps[@]/#/python-}" 'qt5-svg' 'udisks2')
 makedepends=('qt5-x11extras' 'sip5' 'pyqt-builder' 'xdg-utils' 'rapydscript-ng')



More information about the arch-commits mailing list