summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2018-03-21 21:00:07 +0100
committerMikael Blomstrand2018-03-21 21:00:07 +0100
commit39507babea1b7ba561e153df0454bbe8a987f7b3 (patch)
tree8fce5f4200740d1b06f1a9671f29952fb9c577b4
parent4fe3b6d3ff393303f186a404a71308b3664fef02 (diff)
downloadaur-39507babea1b7ba561e153df0454bbe8a987f7b3.tar.gz
Make spellcheck optional.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcf6239465c2..5ad9f5e263bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remarkable
pkgdesc = A free fully featured markdown editor for Linux.
pkgver = 1.87
- pkgrel = 2
+ pkgrel = 3
url = http://remarkableapp.github.io
install = remarkable.install
arch = any
@@ -12,12 +12,12 @@ pkgbase = remarkable
depends = python-gobject
depends = python-markdown
depends = python-beautifulsoup4
- depends = python-gtkspellcheck
depends = python-lxml
depends = webkit2gtk
depends = wkhtmltopdf
depends = gtksourceview3
optdepends = python-lxml: export to HTML format support
+ optdepends = python-gtkspellcheck: Spellcheck (might cause problems)
replaces = remarkable-webkit2gtk
source = https://github.com/jamiemcg/Remarkable/archive/v1.87.tar.gz
source = 0003-fixes-184-port-to-WebKit2Gtk.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6936e7b547ea..d91581942ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=remarkable
replaces=('remarkable-webkit2gtk')
pkgver=1.87
-pkgrel=2
+pkgrel=3
pkgdesc="A free fully featured markdown editor for Linux."
arch=('any')
url="http://remarkableapp.github.io"
@@ -15,14 +15,14 @@ depends=('python'
'python-gobject'
'python-markdown'
'python-beautifulsoup4'
- 'python-gtkspellcheck'
'python-lxml'
'webkit2gtk'
'wkhtmltopdf'
'gtksourceview3'
)
makedepends=('python')
-optdepends=('python-lxml: export to HTML format support')
+optdepends=('python-lxml: export to HTML format support'
+ 'python-gtkspellcheck: Spellcheck (might cause problems)')
install="remarkable.install"
source=("https://github.com/jamiemcg/Remarkable/archive/v${pkgver}.tar.gz"