summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshley Bone2023-12-10 14:21:03 -0500
committerAshley Bone2023-12-10 14:21:03 -0500
commit57334fdb9f8f5a67fc13f5fca3ecf4ad7e71f465 (patch)
tree334554878e57c2e1e5155322826f1541daf3c92a
parentdfc18d2579806344502b53d57d84534ec48fb74e (diff)
downloadaur-python-portalocker.tar.gz
Added python-pygments to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ee36ecfe72..894f0fa1ecab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-portalocker
pkgdesc = Easy, portable file locking API.
pkgver = 2.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/WoLpH/portalocker
arch = any
license = PSF
@@ -11,6 +11,7 @@ pkgbase = python-portalocker
checkdepends = python-redis
makedepends = python-build
makedepends = python-installer
+ makedepends = python-pygments
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = python-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 62b49efa3a53..56cdf73c770d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('python-portalocker')
_pkgname=portalocker
pkgver=2.8.2
-pkgrel=1
+pkgrel=2
pkgdesc='Easy, portable file locking API.'
arch=('any')
url="https://github.com/WoLpH/${_pkgname}"
license=('PSF')
depends=('python')
-makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-pygments' 'python-setuptools' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-timeout' 'python-redis')
optdepends=('python-redis: redis lock support')
source=("https://pypi.python.org/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")