From d7fd752ebac59edc776e8a70f57bf5e546d465b4 Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Wed, 24 Oct 2018 12:00:18 +0200 Subject: [PATCH] [skip-ci] libdmtx: remove imagemagick dep as it is useless. See https://bugs.archlinux.org/task/28330 --- libdmtx/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libdmtx/PKGBUILD b/libdmtx/PKGBUILD index 9e9eccda6..c2bcd96dc 100644 --- a/libdmtx/PKGBUILD +++ b/libdmtx/PKGBUILD @@ -1,11 +1,11 @@ pkgname=libdmtx pkgver=0.7.4 -pkgrel=3 +pkgrel=4 pkgdesc="software for reading and writing Data Matrix 2D barcodes" url='http://www.libdmtx.org/' arch=('x86_64') -license=('GPL-2') -depends=('imagemagick') +license=('GPL2') +depends=('glibc') source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('9d9d87f489f0d5b3727d00b784e04c33')