summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2017-08-14 17:00:38 +0200
committerJulien Nicoulaud2017-08-14 17:00:38 +0200
commit2fe70e34f213b75874c4d57008bda2128a06f72d (patch)
tree98204d9833862866dfe9cde515ce1ee315015c33
parente01fd4f654e5ce27e5d328b6eb7caa90eca9e6ea (diff)
downloadaur-subliminal-develop-git.tar.gz
Fix duplicate pkg description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57dd71065453..43bbdd1c184b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = subliminal-develop-git
- pkgdesc = Python library and CLI tool for searching and downloading subtitles. (python3 version)
+ pkgdesc = Python library and CLI tool for searching and downloading subtitles (develop branch).
pkgver = 2.0.5.r39.g2c34541
pkgrel = 1
url = https://github.com/Diaoul/subliminal
diff --git a/PKGBUILD b/PKGBUILD
index e9fbc64aaa67..ca8ac5a5f181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,6 @@ makedepends=('git'
provides=('subliminal-git' 'subliminal' 'subliminal-git-doc')
conflicts=('subliminal' 'subliminal-git')
replaces=('subliminal' 'subliminal-git')
-pkgdesc="Python library and CLI tool for searching and downloading subtitles. (python3 version)"
source=("${_gitname}::git+${_gitroot}.git#branch=develop"
'sphinx-manpages.patch')
md5sums=('SKIP'