summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gerritse2021-06-19 19:25:11 +0200
committerJohn Gerritse2021-06-19 19:25:11 +0200
commita457de11754ff35021234d1a1753bfffb9327ae6 (patch)
treea28d9a8dae65707c2a7f5e6594e08223ecb6c42c
parent7b2ed50d910e63f2db0ab7a5c47024ab3e48abc0 (diff)
downloadaur-a457de11754ff35021234d1a1753bfffb9327ae6.tar.gz
Fixed silly bug in the URL, thanks to miguelbernadi
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7e3cf8f32da..e72b0009211a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pysubs2
pkgdesc = A Python library for editing subtitle files
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/pysubs2
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/0c/5d/ea6cb4fda284b18a034008e08650e68885cd5fca90dc17f45886ce15320d/pysubs2-$pkgver.tar.gz
+ source = https://files.pythonhosted.org/packages/0c/5d/ea6cb4fda284b18a034008e08650e68885cd5fca90dc17f45886ce15320d/pysubs2-1.2.0.tar.gz
sha256sums = 6bac5307455eb1f63e1c1d696a4c4d78615765ecada83c323e28507e9bd9d887
pkgname = python-pysubs2
diff --git a/PKGBUILD b/PKGBUILD
index 6fb4ceb03848..0ea96681ad99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=python-pysubs2
_name=${pkgname#python-}
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Python library for editing subtitle files'
arch=(any)
url=https://pypi.org/project/pysubs2
license=(MIT)
depends=(python)
makedepends=(python-setuptools)
-source=('https://files.pythonhosted.org/packages/0c/5d/ea6cb4fda284b18a034008e08650e68885cd5fca90dc17f45886ce15320d/pysubs2-$pkgver.tar.gz')
+source=("https://files.pythonhosted.org/packages/0c/5d/ea6cb4fda284b18a034008e08650e68885cd5fca90dc17f45886ce15320d/pysubs2-$pkgver.tar.gz")
sha256sums=('6bac5307455eb1f63e1c1d696a4c4d78615765ecada83c323e28507e9bd9d887')
build() {