summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46d882140b3e..c02158e88910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='python-flask-themes2'
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Easily theme your Flask app"
url="https://github.com/sysr-q/flask-themes2"
license=('MIT')
arch=('any')
-depends=('python' 'python-flask')
+depends=('python-flask' 'python-simplejson')
makedepends=('python-setuptools')
_realname=Flask-Themes2
source=("https://files.pythonhosted.org/packages/fa/3f/c9615626ce769bb462b00b1a8c8398d383437cdd2a352c99d3993aaca002/${_realname}-$pkgver.tar.gz")