summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Buhman2015-08-17 15:26:35 -0500
committerZack Buhman2015-08-17 15:26:35 -0500
commit315ba27dbc24bad463e829bc57ad21578709efd5 (patch)
treed31b015806c3ddf97fbd9fb56b1c0dfe9dda34bf
parent7d6bfb8848ad34bb106f9c31f24ea5bb54178879 (diff)
downloadaur-315ba27dbc24bad463e829bc57ad21578709efd5.tar.gz
update dependencies
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d938c8e4446..8d56faec1b17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pb-git
-pkgver=r254.ab55849
+pkgver=r269.61d49ec
pkgrel=1
pkgdesc="My attempt at a light pastebin"
arch=('any')
@@ -8,8 +8,8 @@ license=('GPLv3')
depends=('python' 'python-werkzeug' 'python-flask-git' 'python-yaml'
'python-requests' 'python-docutils' 'python-xdg'
- 'python-pymongo' 'python-markdown' 'uwsgi'
- 'uwsgi-plugin-python')
+ 'python-pymongo' 'python-markdown' 'python-dateutil'
+ 'python-magic' 'uwsgi' 'uwsgi-plugin-python')
makedepends=('python-setuptools' 'git' 'graphicsmagick' 'npm')
#checkdepends=('tox' 'python-pytest' 'python-pytest-cov')