summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd0d2861f940..1405642b3743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = subliminal-git
pkgdesc = Python library and CLI tool for searching and downloading subtitles.
- pkgver = 2.1.0.r22.g160ea63
- pkgrel = 6
+ pkgver = 2.1.0.r25.gaf3b8bd
+ pkgrel = 1
url = https://github.com/Diaoul/subliminal
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = subliminal-git
depends = python-dogpile.cache
depends = python-stevedore
depends = python-chardet
- depends = python-pysrt
+ depends = python-srt
depends = python-six
depends = python-appdirs
depends = python-rarfile
diff --git a/PKGBUILD b/PKGBUILD
index 9b4608c3c241..944288e33b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Quentin Stievenart <quentin.stievenart@gmail.com>
pkgname=subliminal-git
-pkgver=2.1.0.r22.g160ea63
-pkgrel=6
+pkgver=2.1.0.r25.gaf3b8bd
+pkgrel=1
pkgdesc="Python library and CLI tool for searching and downloading subtitles."
arch=('any')
url="https://github.com/Diaoul/subliminal"
license=('MIT')
depends=('python-guessit' 'python-babelfish' 'python-enzyme' 'python-beautifulsoup4'
'python-requests' 'python-click' 'python-dogpile.cache' 'python-stevedore'
- 'python-chardet' 'python-pysrt' 'python-six' 'python-appdirs' 'python-rarfile'
+ 'python-chardet' 'python-srt' 'python-six' 'python-appdirs' 'python-rarfile'
'python-pytz' 'python-importlib_resources')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-sphinxcontrib-programoutput' 'python-sphinx_rtd_theme' 'python-wheel')