summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Gerritse2022-12-19 12:00:19 +0100
committerJohn Gerritse2022-12-19 12:00:19 +0100
commitfa9e6afb2e9e45d88d1e43af20f0da7872d40f11 (patch)
tree5f8683e1c6fad37dd862abf9373090cf13e4351d
parent3e60856c22399bbc4042d0e3676fb299b7dc12db (diff)
downloadaur-fa9e6afb2e9e45d88d1e43af20f0da7872d40f11.tar.gz
Added python-setuptools as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abafc9f45b94..963e57b68c3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = python-pysubs2
pkgdesc = A Python library for editing subtitle files
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/pysubs2
arch = any
license = MIT
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/p/pysubs2/pysubs2-1.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a17af55666ab..ae272e8bf0b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-pysubs2
_name=${pkgname#python-}
pkgver=1.6.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-build python-installer python-wheel)
+depends=('python')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('ed6ff66eaf7d3bc98bb0970c6cd4bf7042a70a2da6e804ff03be4cd9c3179a4f')