summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-09-26 17:10:16 +0200
committerStefan Husmann2015-09-26 17:10:16 +0200
commitcc673edbedea3f974eb054d46e8fafca57bf5bd0 (patch)
treecd956e9b15bbd37269e41beda88b8726477747c2 /PKGBUILD
parent4bf849fdac7ec2911bcb9196df84c7aa23dfd64d (diff)
downloadaur-cc673edbedea3f974eb054d46e8fafca57bf5bd0.tar.gz
replaced makedepend by imake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6e62f4ecea2..7f9484fb6f74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=sam2p
pkgver=0.49.2
-pkgrel=2
+pkgrel=3
pkgdesc="A bitmap-to-eps-or-pdf-converter that produces very small files"
arch=('i686' 'x86_64')
url="http://www.inf.bme.hu/~pts"
license=('GPL2')
depends=('gcc-libs')
-makedepends=('makedepend')
+makedepends=('imake')
optdepends=('ghostscript: PS, EPS, PDF support'
'libjpeg: JPEG support'
'tif22pnm: for tiff and png support')