summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzethra2016-11-16 15:43:07 -0500
committerzethra2016-11-16 15:43:07 -0500
commit32272cf96fd10c84ba4cdb421c60862b1de68a5d (patch)
treead6bb33fed3115af69496b49c85f80d7dee49eb4 /PKGBUILD
parent402637609c3ada5fff6814aa0826e09084ca3eef (diff)
downloadaur-primitive-git.tar.gz
Added ImageMagick dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35124c6b75f4..c43ae45128f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ url="https://github.com/fogleman/primitive"
license=('MIT')
provides=('primitive')
source=('primitive-git::git+https://github.com/fogleman/primitive.git#branch=master')
+depends=('imagemagick')
makedepends=('go')
md5sums=('SKIP')