summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2015-10-01 17:45:16 -0400
committerEli Schwartz2015-10-01 17:45:16 -0400
commit65cf30333a9bfa253a744354cff61550e2b0c9b4 (patch)
tree4cb5c8c63d628fa66a1e8a031c0f1e57b52033eb
parent3f237d140fbda0a157810adb4ce6fcb766deb426 (diff)
downloadaur-65cf30333a9bfa253a744354cff61550e2b0c9b4.tar.gz
upgpkg: sigil-git 0.8.900.r27.gaaa6196-2
Add optdeps for python modules which may be expected by plugins.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d261d20f3b0f..185272765314 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sigil-git
pkgdesc = A WYSIWYG ebook editor
pkgver = 0.8.900.r27.gaaa6196
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Sigil-Ebook/Sigil
install = sigil.install
arch = i686
@@ -18,6 +18,9 @@ pkgbase = sigil-git
depends = gtk-update-icon-cache
depends = python-lxml
depends = python-six
+ optdepends = python-html5lib: recommended for plugins
+ optdepends = python-pillow: recommended for plugins
+ optdepends = python-regex: recommended for plugins
provides = sigil
conflicts = sigil
source = sigil::git+https://github.com/Sigil-Ebook/Sigil
diff --git a/PKGBUILD b/PKGBUILD
index eea928b914e2..519f0b9f9b67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sigil-git
pkgver=0.8.900.r27.gaaa6196
-pkgrel=1
+pkgrel=2
pkgdesc="A WYSIWYG ebook editor"
arch=('i686' 'x86_64')
url="https://github.com/Sigil-Ebook/Sigil"
@@ -11,6 +11,9 @@ license=('GPL3')
depends=('qt5-webkit' 'boost-libs' 'desktop-file-utils' 'minizip'
'gtk-update-icon-cache' 'python-lxml' 'python-six')
makedepends=('git' 'qt5-multimedia' 'qt5-tools ''qt5-svg ''cmake' 'boost')
+optdepends=('python-html5lib: recommended for plugins'
+ 'python-pillow: recommended for plugins'
+ 'python-regex: recommended for plugins')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install=sigil.install