summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 14:48:25 +0200
committerGoliathLabs2020-05-15 14:48:25 +0200
commitb35f376ccd1bf67f470faa88e0ed7be11a6c06d9 (patch)
tree118610b3f865e2812f94fc656445fa2ef10d9d3d
parenta7657b72b21795b7275d309cdca7e1c73bcf719a (diff)
downloadaur-b35f376ccd1bf67f470faa88e0ed7be11a6c06d9.tar.gz
Updated: 0.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03757a41f99b..2a3dbfc5ef76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pscript
pkgdesc = Python to JavaScript compiler
- pkgver = 0.7.1
+ pkgver = 0.7.4
pkgrel = 1
url = https://pscript.readthedocs.io
arch = any
license = BSD
- depends = python
- source = python-pscript-0.7.1.tar.gz::https://github.com/flexxui/pscript/archive/v0.7.1.tar.gz
- sha256sums = 8539caefe6b8f97f0f80fccb57076c9a6a7fef4773dc039f3a0286c8bc962fff
+ depends = python-setuptools
+ source = python-pscript-0.7.4.tar.gz::https://github.com/flexxui/pscript/archive/v0.7.4.tar.gz
+ sha256sums = 8be5c1f83aa81b3cce86e53fe69bb405f2fc70169c26f13aeff39c2e34e5095f
pkgname = python-pscript
diff --git a/PKGBUILD b/PKGBUILD
index 5f84d746aa30..b9035d4aca9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Maintainer: Ronuk Raval <ronuk.raval at gmail dot com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Ronuk Raval <ronuk.raval at gmail dot com>
pkgname=python-pscript
-pkgver=0.7.1
+pkgver=0.7.4
pkgrel=1
pkgdesc="Python to JavaScript compiler"
arch=('any')
url="https://pscript.readthedocs.io"
license=('BSD')
-depends=(python)
+depends=('python-setuptools')
source=(
${pkgname}-${pkgver}.tar.gz::https://github.com/flexxui/pscript/archive/v${pkgver}.tar.gz
)
-sha256sums=(
- 8539caefe6b8f97f0f80fccb57076c9a6a7fef4773dc039f3a0286c8bc962fff
-)
+sha256sums=('8be5c1f83aa81b3cce86e53fe69bb405f2fc70169c26f13aeff39c2e34e5095f')
build() {
cd "pscript-${pkgver}"