summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXavierCLL2016-12-01 18:38:06 -0500
committerXavierCLL2016-12-01 18:38:06 -0500
commit7c681fae9ebd471212c04e2fe477b8e208b0647c (patch)
tree5d492b137e3f569403213519a135e01fe9c3faa8 /PKGBUILD
parentd6f87173b5b192fb47215ad3b0c56ebe570120c0 (diff)
downloadaur-python2-pb_tool.tar.gz
Fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9286e573979..a7ce5297bcae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgrel=1
pkgdesc="Python command line tool for compiling and deploying QGIS plugins"
arch=('any')
url="http://g-sherman.github.io/plugin_build_tool/"
-license=('GPLv2')
-depends=('python2')
+license=('GPL2')
+depends=('python2' 'python2-sphinx')
source=("https://github.com/g-sherman/plugin_build_tool/archive/v$pkgver.tar.gz")
sha256sums=('d07eede906977d8982c139b5b7b3cbf3569d76a5a2abe7d873f70a4e3a716808')