[arch-commits] Commit in python-js2py/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Apr 3 02:34:14 UTC 2021
Date: Saturday, April 3, 2021 @ 02:34:14
Author: felixonmars
Revision: 911247
upgpkg: python-js2py 0.71-1
Modified:
python-js2py/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-03 01:22:36 UTC (rev 911246)
+++ PKGBUILD 2021-04-03 02:34:14 UTC (rev 911247)
@@ -1,18 +1,18 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-js2py
-pkgver=0.70
-_commit=55d6bf39ba75e4e5bea2ec2df9a1314148323046
-pkgrel=3
+pkgver=0.71
+_commit=5f665f60083a9796ec33861240ce31d6d2b844b6
+pkgrel=1
pkgdesc="JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python"
url="https://github.com/PiotrDabkowski/Js2Py"
license=('MIT')
arch=('any')
depends=('python-tzlocal' 'python-six' 'python-pyjsparser')
-makedepends=('python-setuptools' 'python-tzlocal' 'python-six' 'python-pyjsparser' )
+makedepends=('python-setuptools' 'python-tzlocal' 'python-six' 'python-pyjsparser')
checkdepends=('npm' 'python-numpy')
source=("$pkgname-$_commit.tar.gz::https://github.com/PiotrDabkowski/Js2Py/archive/$_commit.tar.gz")
-sha512sums=('d61e28398f8ebb166e1faf718d68d32cb99ea226396341d9f8c58160cc17424ed56cb23d1ff33de5989eb11114446e332c3e5a8dd8a94a8d653007af59a7d900')
+sha512sums=('75bae61619d4766117f3c163d36427f3019825ecb08b745aee7c3b6f2d33a4ea8507ca180b63c0a8e575a5f9491eb64d6963acbb912edc7b934a676b38814597')
prepare() {
mv Js2Py-{$_commit,$pkgver}
More information about the arch-commits
mailing list