summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-02-05 14:02:06 +0100
committerHyacinthe Cartiaux2021-02-05 14:02:06 +0100
commite57557cb5f892f7d69573865db4fd3ab7fd43856 (patch)
treee90c62bd88b96b3566c940277ba617165067a7d6
parentc451f74fc1d94b42204b79d54a386857f6b8ce4b (diff)
downloadaur-e57557cb5f892f7d69573865db4fd3ab7fd43856.tar.gz
Pkgrel bump - Add python-pip in the make dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d981b6f8832d..75d6bfa4545a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=python-guessit
_name=${pkgname#python-}
pkgver=3.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
license=(LGPL)
depends=(python python-babelfish python-dateutil python-rebulk)
-makedepends=("python-setuptools")
+makedepends=(python-setuptools python-pip)
conflicts=(${pkgname}-git)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6')