summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2020-12-14 02:35:17 -0300
committerAndré Kugland2020-12-14 02:35:17 -0300
commit109687d817fe5a282cc9cd1ddae5aefeaa6c1da1 (patch)
tree9a93d165d18c6ce5055108e4006f2e33cb50acc5
parent8e137ab379b046a297bb27dd82c5bfb0a2fe761a (diff)
downloadaur-109687d817fe5a282cc9cd1ddae5aefeaa6c1da1.tar.gz
3.4.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 091c04170563..3a460e87852b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-srt
pkgdesc = A tiny library for parsing, modifying, and composing SRT files
- pkgver = 3.3.0
- pkgrel = 3
- url = https://pypi.org/project/srt/3.3.0
+ pkgver = 3.4.1
+ pkgrel = 1
+ url = https://pypi.org/project/srt/3.4.1
arch = any
license = MIT
provides = python-srt
- source = https://files.pythonhosted.org/packages/source/s/srt/srt-3.3.0.tar.gz
- sha256sums = ef20ebddaa195bb75d61eb1893373cc62da0658218ddac6c5652d28938b20663
+ conflicts = python-pysrt
+ source = https://files.pythonhosted.org/packages/source/s/srt/srt-3.4.1.tar.gz
+ sha256sums = aa507439bf593adb1b207d21c5975c9774263da97489f8b90d8a016bfa67ee94
pkgname = python-srt
diff --git a/PKGBUILD b/PKGBUILD
index e64382289e62..b87986991718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,16 @@
pkgname="python-srt"
_name=${pkgname#python-}
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.4.1
+pkgrel=1
pkgdesc='A tiny library for parsing, modifying, and composing SRT files'
arch=('any')
url="https://pypi.org/project/$_name/$pkgver"
license=('MIT')
provides=('python-srt')
+conflicts=('python-pysrt')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('ef20ebddaa195bb75d61eb1893373cc62da0658218ddac6c5652d28938b20663')
+sha256sums=('aa507439bf593adb1b207d21c5975c9774263da97489f8b90d8a016bfa67ee94')
build() {
cd ${srcdir}/${_name}-${pkgver}