summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreugene2020-05-31 22:09:21 +0000
committereugene2020-05-31 22:09:21 +0000
commitd729d6b858c8430ba426431ef75e61f5eb15f246 (patch)
tree8266a46da8e28d0ab22461a98c3ab6d24f9ee02b /PKGBUILD
parent6fe15a9be26652c3a39d7f3fba23b3fb42a710eb (diff)
downloadaur-d729d6b858c8430ba426431ef75e61f5eb15f246.tar.gz
add imagemagick to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d37ba8889bed..c870c04f9878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tuxpaint
pkgver=0.9.24
-pkgrel=2
+pkgrel=3
pkgdesc='Drawing program designed for young children'
arch=('x86_64')
url='http://tuxpaint.org/' # no https available
@@ -13,7 +13,7 @@ license=('GPL')
backup=('etc/tuxpaint/tuxpaint.conf')
depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
'sdl_mixer' 'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'setconf')
+makedepends=('gperf' 'setconf' 'imagemagick')
optdepends=('tuxpaint-stamps: more stamps'
'tuxpaint-config: configuration manager')
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz")