summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaleb Klein2017-03-25 18:08:44 -0400
committerKaleb Klein2017-03-25 18:08:44 -0400
commitf8778fa5094f214010849b6c44fb292001953d89 (patch)
treed867ef98ec13e666ac9bf1646147848962dde475 /PKGBUILD
parentd4a67fd819f68e99f26ad52c4c5ac271ac10e291 (diff)
downloadaur-f8778fa5094f214010849b6c44fb292001953d89.tar.gz
Updated to include imagemagick as dependency
Signed-off-by: Kaleb Klein <klein.jae@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09c8bbd70603..f84dbdbb6b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=i3scrot-git
pkgver=1.0.1
-pkgrel=3
+pkgrel=4
pkgdesc="Shell script for using scrot in i3"
arch=(any)
license=('MIT')
url="https://github.com/pazuzu156/i3scrot"
-depends=('scrot')
+depends=('scrot' 'imagemagick')
conflicts=('i3-scrot')
source=('git://github.com/pazuzu156/i3scrot.git')
validpgpkeys=(120206848BD3375043BF1B253209FA22E33FF70C)