summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)