summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikael Blomstrand2019-05-28 00:55:08 +0200
committerMikael Blomstrand2019-05-28 00:55:08 +0200
commit255863589b2efa7c51387536203aeb45fad67486 (patch)
tree35d9062f5e378f58917a3fe99a44e1cdec49ac67 /PKGBUILD
parent68a65b00f548dbbfe5772561dc9b078adc829f7d (diff)
downloadaur-255863589b2efa7c51387536203aeb45fad67486.tar.gz
added python-setuptools as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c36ccc61b77..4b1be1df29c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=remarkable
pkgver=1.87
-pkgrel=4
+pkgrel=5
pkgdesc="A free fully featured markdown editor for Linux."
arch=('any')
url="http://remarkableapp.github.io"
@@ -15,6 +15,7 @@ depends=('python'
'python-markdown'
'python-beautifulsoup4'
'python-lxml'
+ 'python-setuptools'
'webkit2gtk'
'wkhtmltopdf'
'gtksourceview3'