aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Pasquier2017-10-28 12:18:20 +0200
committerVincent Pasquier2017-10-28 12:18:20 +0200
commitc19b60b5e16d966aea5fddde444e24f276f323be (patch)
tree3e4aefb90ac35738821c1f3742aa295eeb9e2e0b /PKGBUILD
parent619e86ce009fda467f8afab020cb389617146285 (diff)
downloadaur-c19b60b5e16d966aea5fddde444e24f276f323be.tar.gz
added arrow and dateutil dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce9ccf3b0fb..3e9a71204642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname_=ics
pkgname=python-${pkgname_}
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Pythonic and easy iCalendar library'
arch=('any')
url='http://pypi.python.org/pypi/ics/'
license=('Apache')
-depends=('python')
+depends=('python' 'python-arrow' 'python-dateutil')
makedepends=('python-setuptools')
source=("https://pypi.python.org/packages/e0/b6/6238912420684e3da7c81c13012e28df6f0c2c978c37e5c57838b9987cc7/${pkgname_}-${pkgver}.tar.gz")