summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 299ed48b4579..199eb75cfa11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# 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,6 +18,7 @@ pkgbase = remarkable
depends = python-gtkspellcheck
depends = webkitgtk
depends = wkhtmltopdf
+ depends = gtksourceview3
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 10a88e019e3c..30dfc7127952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,9 @@ depends=('python'
'python-beautifulsoup4'
'python-gtkspellcheck'
'webkitgtk'
- 'wkhtmltopdf')
+ 'wkhtmltopdf'
+ 'gtksourceview3'
+ )
makedepends=('python')
options=('!emptydirs' '!strip')
install="${pkgname}.install"