summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Gaifas2020-10-06 14:05:48 +0200
committerLorenzo Gaifas2020-10-06 14:05:48 +0200
commit28146fe6b0f28d512664755e4c71bd1545321e48 (patch)
tree46a666739f17eab170059d7ced36ab1dff8dec6d
parentde458896734d3fe955b9b80e106b975319cc95b9 (diff)
downloadaur-28146fe6b0f28d512664755e4c71bd1545321e48.tar.gz
any arch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1cb9a3bfc5..d06d16b67714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = python-justpy
pkgdesc = An object oriented high-level Python Web Framework that requires no front-end programming
pkgver = 0.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://justpy.io/
- arch = x86_64
+ arch = any
license = Apache
makedepends = python-setuptools
makedepends = cython
diff --git a/PKGBUILD b/PKGBUILD
index d936b87d3cca..8eff1b6f8c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=python-justpy
pkgver=0.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="An object oriented high-level Python Web Framework that requires no front-end programming"
-arch=('x86_64')
+arch=('any')
license=('Apache')
url="https://justpy.io/"
depends=('python' 'python-starlette' 'uvicorn' 'python-itsdangerous' 'python-jinja' 'python-addict' 'demjson' 'python-httpx' 'python-aiofiles')