summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-12-01 18:38:06 -0500
committerXavierCLL2016-12-01 18:38:06 -0500
commit7c681fae9ebd471212c04e2fe477b8e208b0647c (patch)
tree5d492b137e3f569403213519a135e01fe9c3faa8
parentd6f87173b5b192fb47215ad3b0c56ebe570120c0 (diff)
downloadaur-python2-pb_tool.tar.gz
Fix
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd87424ec6b4..2b05de8dc1fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Dec 1 23:25:38 UTC 2016
+# Thu Dec 1 23:35:04 UTC 2016
pkgbase = python2-pb_tool
pkgdesc = Python command line tool for compiling and deploying QGIS plugins
pkgver = 1.9.1
@@ -8,6 +8,7 @@ pkgbase = python2-pb_tool
arch = any
license = GPLv2
depends = python2
+ depends = python2-sphinx
source = https://github.com/g-sherman/plugin_build_tool/archive/v1.9.1.tar.gz
sha256sums = d07eede906977d8982c139b5b7b3cbf3569d76a5a2abe7d873f70a4e3a716808
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')