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