summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2019-05-28 00:55:57 +0200
committerMikael Blomstrand2019-05-28 00:55:57 +0200
commit0d07183a5385aeee1439b8d4f6502a4f920f7ba7 (patch)
treeefa806159ed87927c32df47852e7db42210d0ca9
parentb7815c2e1bcb5ef87cc6adfe893920d5ae4ec3d2 (diff)
downloadaur-0d07183a5385aeee1439b8d4f6502a4f920f7ba7.tar.gz
python-setuptools added as a dependency
python-gtkspellcheck moved to optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af1025f87ab5..0e8bbe461b3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = remarkable-git
pkgdesc = A free fully featured markdown editor for Linux.
pkgver = 1.87.r27.gda0d88c
- pkgrel = 2
+ pkgrel = 3
url = http://remarkableapp.github.io
install = remarkable.install
arch = any
@@ -13,11 +13,12 @@ pkgbase = remarkable-git
depends = python-gobject
depends = python-markdown
depends = python-beautifulsoup4
- depends = python-gtkspellcheck
depends = python-lxml
+ depends = python-setuptools
depends = webkitgtk
depends = wkhtmltopdf
depends = gtksourceview3
+ optdepends = python-gtkspellcheck: Spellcheck (might cause problems)
provides = remarkable
conflicts = remarkable
source = git+https://github.com/jamiemcg/Remarkable.git
diff --git a/PKGBUILD b/PKGBUILD
index afc0329f4a79..b94e51191ca3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='remarkable-git'
conflicts=('remarkable')
provides=('remarkable')
pkgver=1.87.r27.gda0d88c
-pkgrel=2
+pkgrel=3
pkgdesc="A free fully featured markdown editor for Linux."
arch=('any')
url="http://remarkableapp.github.io"
@@ -14,13 +14,14 @@ depends=('python'
'python-gobject'
'python-markdown'
'python-beautifulsoup4'
- 'python-gtkspellcheck'
'python-lxml'
+ 'python-setuptools'
'webkitgtk'
'wkhtmltopdf'
'gtksourceview3'
)
makedepends=('python' 'git')
+optdepends=('python-gtkspellcheck: Spellcheck (might cause problems)')
install="remarkable.install"
source=("git+https://github.com/jamiemcg/Remarkable.git"