summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-19 16:23:17 -0600
committerMark Wagie2020-07-19 16:23:17 -0600
commitc4b16f77d846f6db15f4882512c99feae334248b (patch)
tree3be40d0795a02dae94af5dd41853c4b15671b3b2
parent7cc2f435b392096e6b6de04a01026f6fa2314d3c (diff)
downloadaur-c4b16f77d846f6db15f4882512c99feae334248b.tar.gz
switch to develop branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d33e795a3df..7b4d480b0054 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = subliminal-git
pkgdesc = Python library and CLI tool for searching and downloading subtitles.
- pkgver = 2.0.5.r3.ga952dfb
+ pkgver = 2.1.0.r22.g160ea63
pkgrel = 1
url = https://github.com/Diaoul/subliminal
arch = any
@@ -23,7 +23,7 @@ pkgbase = subliminal-git
depends = python-pytz
provides = subliminal
conflicts = subliminal
- source = git+https://github.com/Diaoul/subliminal.git
+ source = git+https://github.com/Diaoul/subliminal.git#branch=develop
sha256sums = SKIP
pkgname = subliminal-git
diff --git a/PKGBUILD b/PKGBUILD
index 0288834fd826..a6027b678b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
# Contributor: Quentin Stievenart <quentin.stievenart@gmail.com>
pkgname=subliminal-git
-pkgver=2.0.5.r3.ga952dfb
+pkgver=2.1.0.r22.g160ea63
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-enzyme' 'python-beautifulsoup4' 'python-requests'
- 'python-click' 'python-dogpile.cache' 'python-stevedore' 'python-pysrt' 'python-six'
- 'python-appdirs' 'python-rarfile' 'python-pytz')
+ 'python-click' 'python-dogpile.cache' 'python-stevedore' 'python-pysrt'
+ 'python-six' 'python-appdirs' 'python-rarfile' 'python-pytz')
makedepends=('git' 'python-setuptools' 'python-sphinxcontrib-programoutput'
'python-sphinx_rtd_theme')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/Diaoul/subliminal.git')
+source=('git+https://github.com/Diaoul/subliminal.git#branch=develop')
sha256sums=('SKIP')
pkgver() {