summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ed4150e2932..d273ca657e09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: John Gerritse <tyrannis dot hawk at gmail dot com>
pkgname=python-pysubs2
_name=${pkgname#python-}
-pkgver=1.3.1
-pkgrel=1
+pkgver=1.4.1
+pkgrel=0
pkgdesc='A Python library for editing subtitle files'
arch=(any)
url=https://pypi.org/project/pysubs2
@@ -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=('d964c18bf451fcd2cef65456af2e9c1880a437389e92d1c90fa727553c95418d')
+sha256sums=('2d07157d4e838c7e041ed35b4a69bf5a5570eb47f8bd36bb7a9706736b72ebff')
build() {
cd "${srcdir}/${_name}-${pkgver}"