summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"