summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2018-10-10 16:32:10 +0200
committerhaawda2018-10-10 16:32:10 +0200
commit649775068a2c4624b76e2951b5ba49b14eceeee5 (patch)
treee75ec279fcdb64295f0476185622820dec859132 /PKGBUILD
parent7c1b77046db55b00d46f52782c40c60d6f5d79c4 (diff)
downloadaur-649775068a2c4624b76e2951b5ba49b14eceeee5.tar.gz
make some dependencies optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a61f5eb65291..266682a1d670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
pkgname=dktools
pkgver=4.18.1
-pkgrel=1
+pkgrel=2
pkgdesc="a collection of several tools by Dirk Krause. dktools includes graphic converters, text converters, some daemons, Perl modules, some development tools, administration tools and printing tools."
arch=('i686' 'x86_64')
url="http://dktools.sourceforge.net"
license=('dktools-license')
groups=()
depends=('wxgtk3' 'netpbm' 'net-snmp')
+makedepends=('wxgtk3') # also optional runtime dependency for wxbmpp, wxdkct and wximgsz
+optdepends=('wxgtk3: for wxbmpp, wxdkct and wximgsz'
+ 'libmariadbclient: for itadmin')
source=(http://sourceforge.net/projects/dktools/files/$pkgname/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('d7308e292034d8cda12276a1fef14e015c30ab0800f043db6a90bcf982101bee')