summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gerritse2021-10-07 14:53:25 +0200
committerJohn Gerritse2021-10-07 14:53:25 +0200
commitff8ed995b6e7340610ca067c9c8d6a19570243a7 (patch)
tree808c14dba24d7086b80d9dcfca7eda52cc851ba9
parenta457de11754ff35021234d1a1753bfffb9327ae6 (diff)
downloadaur-ff8ed995b6e7340610ca067c9c8d6a19570243a7.tar.gz
Package update, version 1.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72b0009211a..691d990cecda 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 = 2
+ pkgver = 1.3.0
+ pkgrel = 0
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-1.2.0.tar.gz
- sha256sums = 6bac5307455eb1f63e1c1d696a4c4d78615765ecada83c323e28507e9bd9d887
+ source = https://files.pythonhosted.org/packages/source/p/pysubs2/pysubs2-1.3.0.tar.gz
+ sha256sums = 15f8f283fdba448408bfbc95e7ff14091ce3a6ce1d32dc43dcb5ab34638124ae
pkgname = python-pysubs2
diff --git a/PKGBUILD b/PKGBUILD
index 0ea96681ad99..4ebf15bd5d83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: John Gerritse <tyrannis dot hawk at gmail dot com>
-
pkgname=python-pysubs2
_name=${pkgname#python-}
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.3.0
+pkgrel=0
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")
-sha256sums=('6bac5307455eb1f63e1c1d696a4c4d78615765ecada83c323e28507e9bd9d887')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('15f8f283fdba448408bfbc95e7ff14091ce3a6ce1d32dc43dcb5ab34638124ae')
build() {
cd "${srcdir}/pysubs2-${pkgver}"