summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2016-04-05 10:56:45 +0200
committerChristopher Arndt2016-04-05 10:56:45 +0200
commit3a3ab0c014419ed19f86e918b025c4080da3a622 (patch)
tree2f4794e4fa4c593658fd00ddd5b117b5cd07ce37
parentac1c0ea4a9292f6b33cdd8e352aa7346f81aaf31 (diff)
downloadaur-3a3ab0c014419ed19f86e918b025c4080da3a622.tar.gz
Fixed missing dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d218d8bf5c93..02b52d175a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgbase=jinja2-time
pkgbase=python-jinja-time
pkgname=(${pkgbase} python2-jinja-time)
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python Jinja2 library extension for dates and times"
arch=(any)
url="https://github.com/hackebrot/jinja2-time"
license=('MIT')
-depends=()
+depends=('python-jinja' 'python-arrow')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://pypi.python.org/packages/source/j/${_pkgbase}/${_pkgbase}-$pkgver.tar.gz")
sha256sums=('e1dc60e917be18e7b07d5e908531ff55134f2bb67e1aeb4573a1d0267f33aa91')