summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Kugland2020-07-14 16:57:48 -0300
committerAndré Kugland2020-07-14 16:57:48 -0300
commit52943c7cee030ff0e9aed134136d224b5d391829 (patch)
treee58a210577ce24a7fa52ccf72da0190ebec56869
parent22d802f41c12013a6f9166e0c425059ffa6e6b92 (diff)
downloadaur-52943c7cee030ff0e9aed134136d224b5d391829.tar.gz
fixed .SRCINFO and URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27dfb73db5c7..5c60505b9592 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-srt
pkgdesc = A tiny library for parsing, modifying, and composing SRT files
pkgver = 3.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/srt/3.3.0
arch = any
license = MIT
provides = python-srt
- source = https://files.pythonhosted.org/packages/83/72/f1db3416b0d6d3914ca8b0f8ea557f3fc4b41db923c7327063bfb4b656f1/srt-3.3.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/srt/srt-3.3.0.tar.gz
sha256sums = ef20ebddaa195bb75d61eb1893373cc62da0658218ddac6c5652d28938b20663
pkgname = python-srt
diff --git a/PKGBUILD b/PKGBUILD
index 8a778776430b..a99929c01a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname="python-srt"
_pkgname="srt"
-pkgver=3.0.0
-pkgrel=1
+pkgver=3.3.0
+pkgrel=2
pkgdesc='A tiny library for parsing, modifying, and composing SRT files'
arch=('any')
url="https://pypi.org/project/$_pkgname/$pkgver"
license=('MIT')
provides=('python-srt')
-source=("https://files.pythonhosted.org/packages/c4/bb/ab238cb0650efc544c26e63c00166db186e997c03b32eab4ad2b93a29ff2/$_pkgname-$pkgver.tar.gz")
-sha256sums=('deed9a52b1f1bc2c290f0de49c2204a892952d972a2a08bc5a08861e240a05c2')
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('ef20ebddaa195bb75d61eb1893373cc62da0658218ddac6c5652d28938b20663')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}