summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortaotieren2023-12-19 02:05:14 +0800
committertaotieren2023-12-19 02:05:14 +0800
commit61d2db2fedb166dc4a8b99761f013d0e801e9a57 (patch)
tree63ced55c218b52c82e4bd78432f93070d44c6ab2 /PKGBUILD
parent29bd7f4546b1d9cd7392adefe2d4a3d13dff5bad (diff)
downloadaur-python-pyexecjs.tar.gz
[lilac] updated to 1.6.1-25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1bfc7e4c6f4a..79d3903a822d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=python-pyexecjs
_name=PyExecJS2
-pkgname=('python-pyexecjs2')
+pkgname=('python-pyexecjs')
pkgver=1.6.1
-pkgrel=2
+pkgrel=25
pkgdesc="Run JavaScript code from Python."
arch=('any')
url="https://pypi.python.org/pypi/PyExecJS2"
license=('MIT')
-provides=("${pkgbase}")
+provides=("${pkgbase}" "python-pyexecjs2")
conflicts=("${pkgbase}")
depends=('python-six')
makedepends=('python-build'