summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaryJaneInChain2017-02-11 13:44:47 +0800
committerMaryJaneInChain2017-02-11 13:44:47 +0800
commit79fff7d83d699f0ee27d2b02ad1180a2a69b048f (patch)
treed6bd550b3ba7d83d9031637060b0cdc8751ebb23
parent93094cabe5a99baf5e1cc666c0dc4d4cd7f94724 (diff)
downloadaur-79fff7d83d699f0ee27d2b02ad1180a2a69b048f.tar.gz
Add an extra dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 199eb75cfa11..57d6c78c7e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Sun Aug 28 15:01:50 UTC 2016
pkgbase = remarkable
pkgdesc = A free fully featured markdown editor for Linux.
pkgver = 1.87
@@ -16,9 +14,11 @@ pkgbase = remarkable
depends = python-markdown
depends = python-beautifulsoup4
depends = python-gtkspellcheck
+ depends = python-lxml
depends = webkitgtk
depends = wkhtmltopdf
depends = gtksourceview3
+ optdepends = python-lxml: export to HTML format support
options = !emptydirs
options = !strip
source = remarkable_1.87_all.deb::http://remarkableapp.github.io/files/remarkable_1.87_all.deb
diff --git a/PKGBUILD b/PKGBUILD
index 30dfc7127952..84008cd31a65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,11 +13,13 @@ depends=('python'
'python-markdown'
'python-beautifulsoup4'
'python-gtkspellcheck'
+ 'python-lxml'
'webkitgtk'
'wkhtmltopdf'
'gtksourceview3'
)
makedepends=('python')
+optdepends=('python-lxml: export to HTML format support')
options=('!emptydirs' '!strip')
install="${pkgname}.install"
source=("${pkgname}_${pkgver}_all.deb::http://remarkableapp.github.io/files/${pkgname}_${pkgver}_all.deb"