summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ebf15bd5d83..868d21e4fd6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Gerritse <tyrannis dot hawk at gmail dot com>
pkgname=python-pysubs2
_name=${pkgname#python-}
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=0
pkgdesc='A Python library for editing subtitle files'
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python)
makedepends=(python-setuptools)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('15f8f283fdba448408bfbc95e7ff14091ce3a6ce1d32dc43dcb5ab34638124ae')
+sha256sums=('d964c18bf451fcd2cef65456af2e9c1880a437389e92d1c90fa727553c95418d')
build() {
cd "${srcdir}/pysubs2-${pkgver}"