summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZack Buhman2015-10-07 21:24:09 -0500
committerZack Buhman2015-10-07 21:24:09 -0500
commitb456dcd25dece744256a5c062e7bd6587ff1a00b (patch)
tree464742c9f62283113cb74828529a5ed6996b8d5d
parentdf9ffc7c29073059801e0a82331c0d4b5193da3e (diff)
downloadaur-b456dcd25dece744256a5c062e7bd6587ff1a00b.tar.gz
add python-click
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ba76f0bd697..ce41daeab6c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=pb-git
-pkgver=r276.e6cc4e6
+pkgver=r277.e8801f8
pkgrel=1
pkgdesc="My attempt at a light pastebin"
arch=('any')
@@ -9,7 +9,8 @@ license=('GPLv3')
depends=('python' 'python-werkzeug' 'python-flask-git' 'python-yaml'
'python-requests' 'python-docutils' 'python-xdg'
'python-pymongo' 'python-markdown' 'python-dateutil'
- 'python-magic-git' 'uwsgi' 'uwsgi-plugin-python')
+ 'python-magic-git' 'uwsgi' 'uwsgi-plugin-python'
+ 'python-click')
makedepends=('python-setuptools' 'git' 'graphicsmagick' 'npm')
#checkdepends=('tox' 'python-pytest' 'python-pytest-cov')