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

Antonio Rojas arojas at archlinux.org
Tue Jan 5 18:07:53 UTC 2021


    Date: Tuesday, January 5, 2021 @ 18:07:52
  Author: arojas
Revision: 809683

Remove unused python-sip dependency

Modified:
  subdownloader/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-05 18:07:08 UTC (rev 809682)
+++ PKGBUILD	2021-01-05 18:07:52 UTC (rev 809683)
@@ -6,7 +6,7 @@
 
 pkgname=subdownloader
 pkgver=2.1.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Automatic download/upload of subtitles using fast hashing"
 arch=('any')
 url="https://github.com/subdownloader/subdownloader"
@@ -13,7 +13,7 @@
 license=('GPL3')
 depends=('desktop-file-utils' 'python-argcomplete' 'python-argparse'
 'python-commonmark' 'python-langdetect' 'python-progressbar' 'python-pyqt5'
-'python-pymediainfo' 'python-setuptools' 'python-sip')
+'python-pymediainfo' 'python-setuptools')
 makedepends=('python-sphinx' 'python-sphinx-argparse')
 checkdepends=('python-pytest')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/${pkgver}.tar.gz")



More information about the arch-commits mailing list