summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Gaifas2020-10-06 15:08:08 +0200
committerLorenzo Gaifas2020-10-06 15:08:08 +0200
commitaa986be02e6f99e42d13ec4495ca58edf3d0dd5b (patch)
tree4ff00e8090e270cd06f6630303a87a120c6fe2c6
parent28146fe6b0f28d512664755e4c71bd1545321e48 (diff)
downloadaur-aa986be02e6f99e42d13ec4495ca58edf3d0dd5b.tar.gz
fixed dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d06d16b67714..15aaa63094c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-justpy
pkgdesc = An object oriented high-level Python Web Framework that requires no front-end programming
pkgver = 0.1.4
- pkgrel = 2
+ pkgrel = 3
url = https://justpy.io/
arch = any
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-justpy
depends = python-itsdangerous
depends = python-jinja
depends = python-addict
- depends = demjson
+ depends = python-demjson-git
depends = python-httpx
depends = python-aiofiles
source = justpy-0.1.4.tar.gz::https://github.com/elimintz/justpy/archive/v0.1.4.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 8eff1b6f8c14..be000fd8a7f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-justpy
pkgver=0.1.4
-pkgrel=2
+pkgrel=3
pkgdesc="An object oriented high-level Python Web Framework that requires no front-end programming"
arch=('any')
license=('Apache')
url="https://justpy.io/"
-depends=('python' 'python-starlette' 'uvicorn' 'python-itsdangerous' 'python-jinja' 'python-addict' 'demjson' 'python-httpx' 'python-aiofiles')
+depends=('python' 'python-starlette' 'uvicorn' 'python-itsdangerous' 'python-jinja' 'python-addict' 'python-demjson-git' 'python-httpx' 'python-aiofiles')
makedepends=('python-setuptools' 'cython')
source=("justpy-$pkgver.tar.gz::https://github.com/elimintz/justpy/archive/v$pkgver.tar.gz")
sha512sums=('7572f8ea210357e13049229629394ac60fe44ec8772c2a65d99adaaa5bbd3b760eaff6acefad17a0c12e73744b0665878d81b2882d2757f8d98e7da13cb305d9')