diff options
author | Peter Ivanov | 2015-10-18 11:41:17 +0200 |
---|---|---|
committer | Peter Ivanov | 2015-10-18 11:41:17 +0200 |
commit | 24455d9228463f95e510185b13b418ae98197294 (patch) | |
tree | 996c6865a08f538032753b16f3068ab9701cf041 /PKGBUILD | |
parent | 2d332d25c2f009d75c2a04cd744b07ee1c55d740 (diff) | |
download | aur-24455d9228463f95e510185b13b418ae98197294.tar.gz |
Dependency of imagemagick was added.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,13 +2,13 @@ pkgname=simcoupe pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="The SAM Coupé Emulator" arch=('i686' 'x86_64') url="http://www.simcoupe.org/" license=('GPL') depends=('sdl' 'libsaasound') -makedepends=('make') +makedepends=('make' 'imagemagick') source=("http://www.simcoupe.org/files/SimCoupe-${pkgver}.tar.gz" "simcoupe.desktop") |