summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-02-12 18:38:10 +0100
committerHyacinthe Cartiaux2021-02-12 18:38:10 +0100
commit74795a1c185dbab0c334433c21975f4c71cb1a7f (patch)
treecada757057c563d0b5c662e4287fd24343630614
parentbc67df6e0ba5eda7536eaad8e22c8ad6e2620376 (diff)
downloadaur-74795a1c185dbab0c334433c21975f4c71cb1a7f.tar.gz
Update to 3.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc9cdacb635e..91b6dbc86b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 3.3.0
- pkgrel = 2
+ pkgver = 3.3.1
+ pkgrel = 1
url = http://pypi.python.org/pypi/guessit
arch = any
license = LGPL
@@ -12,8 +12,8 @@ pkgbase = python-guessit
depends = python-dateutil
depends = python-rebulk
conflicts = python-guessit-git
- source = https://pypi.org/packages/source/g/guessit/guessit-3.3.0.tar.gz
- sha256sums = d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6
+ source = https://pypi.org/packages/source/g/guessit/guessit-3.3.1.tar.gz
+ sha256sums = 8305e0086129614a8820a508303f98f56c584811489499bcc54a7ea6f1b0391e
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index 75d6bfa4545a..2e33d95f7bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=python-guessit
_name=${pkgname#python-}
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
@@ -14,7 +14,7 @@ depends=(python python-babelfish python-dateutil python-rebulk)
makedepends=(python-setuptools python-pip)
conflicts=(${pkgname}-git)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6')
+sha256sums=('8305e0086129614a8820a508303f98f56c584811489499bcc54a7ea6f1b0391e')
build() {
cd "$_name-$pkgver"