summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2018-06-04 14:43:45 +0200
committerHyacinthe Cartiaux2018-06-04 14:43:45 +0200
commit5fc5e9502d15bacf34524767ca7e1e75ad638b54 (patch)
tree63d842a6bb904d71f4b37b70e8d989680f39ced5 /PKGBUILD
parentb6a4114ae3f239db9ee7d02026de949364eb57ea (diff)
downloadaur-5fc5e9502d15bacf34524767ca7e1e75ad638b54.tar.gz
Update to 3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 534090385d5f..88c0242904a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=2.1.4
+pkgver=3.0.0
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
license=(LGPL)
-makedepends=(python-pytest-runner)
depends=(python python-babelfish python-dateutil python-rebulk)
conflicts=(${pkgname}-git)
source=(https://github.com/guessit-io/guessit/archive/${pkgver}.tar.gz)
-sha256sums=('ed4eb34ec91413b5590a97f77347f4060fa7d12671c21e09330dfcb6ed9be9be')
+sha256sums=('12a2a24b055bcc9dd4c97beb1d83023cc649f65e01e897a59282167248ba320a')
package() {
cd "${srcdir}/guessit-${pkgver}"