summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2021-02-04 11:21:05 +0100
committerHyacinthe Cartiaux2021-02-04 11:21:05 +0100
commitc451f74fc1d94b42204b79d54a386857f6b8ce4b (patch)
tree65659cea11f8b6d6bbc8520f2aa5ea04e2dea91d
parent16ee855abceac3106dcfb809a435ea3bd6ba0b77 (diff)
downloadaur-c451f74fc1d94b42204b79d54a386857f6b8ce4b.tar.gz
Update to 3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f251e09fb1..9e47e597d411 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = http://pypi.python.org/pypi/guessit
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-guessit
depends = python-dateutil
depends = python-rebulk
conflicts = python-guessit-git
- source = https://pypi.org/packages/source/g/guessit/guessit-3.2.0.tar.gz
- sha256sums = d74424e28196e20ac492c86d60b1784c32b39804d909ac6c204bfa53c2a7dfcb
+ source = https://pypi.org/packages/source/g/guessit/guessit-3.3.0.tar.gz
+ sha256sums = d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index 42e95a856f1f..d981b6f8832d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-guessit
_name=${pkgname#python-}
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
@@ -14,7 +14,7 @@ depends=(python python-babelfish python-dateutil python-rebulk)
makedepends=("python-setuptools")
conflicts=(${pkgname}-git)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('d74424e28196e20ac492c86d60b1784c32b39804d909ac6c204bfa53c2a7dfcb')
+sha256sums=('d49d281836fd410568a16acfac4a0d36bc9f59cc5cd18615b2dcbe10719f64e6')
build() {
cd "$_name-$pkgver"