summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshameempk2017-05-26 14:44:35 +0530
committershameempk2017-05-26 14:44:35 +0530
commitcae7ba8fb5fe1868f09aa1116cccd4cd9adbf3b6 (patch)
treeb7615e37e2ae2e82f3cc637df13f92b98b378d1c
parent1825f05adcf2c148898faa5715df613efe80bc89 (diff)
downloadaur-cae7ba8fb5fe1868f09aa1116cccd4cd9adbf3b6.tar.gz
Adds imagemagick as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e783f9112fc0..c9047a14063c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = writefull
arch = i686
arch = x86_64
license = custom
+ makedepends = imagemagick
noextract = writefull_3.0.0-beta19_ia32.zip
noextract = writefull_3.0.0-beta19_amd64.zip
source_i686 = https://d3aw1w08kaciwn.cloudfront.net/3.0.0-beta19/writefull_3.0.0-beta19_ia32.zip
diff --git a/PKGBUILD b/PKGBUILD
index d387b9aa742c..fba8881ce234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Writefull is an app that gives feedback on your writing by checking you
arch=('i686' 'x86_64')
url="http://writefullapp.com/"
license=('custom')
+makedepends=('imagemagick')
source_i686=("https://d3aw1w08kaciwn.cloudfront.net/${pkgver//_/-}/${pkgname}_${pkgver//_/-}_ia32.zip")
source_x86_64=("https://d3aw1w08kaciwn.cloudfront.net/${pkgver//_/-}/${pkgname}_${pkgver//_/-}_amd64.zip")
md5sums_i686=("56a2f9d719aa7620e3870572ef098b3a")