summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b709c30508..1d5edd74b216 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = qtcbm
pkgdesc = Qt GUI Frontend for the (Open)CBM utils
pkgver = 1.1.0
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/mveinot/QtCBM
arch = i686
arch = x86_64
license = GPLv2
+ makedepends = imagemagick
depends = qt5-base
depends = opencbm-git
source = git+https://github.com/mveinot/QtCBM.git
diff --git a/PKGBUILD b/PKGBUILD
index f82d0d14d33c..e582b58c2eda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
#
pkgname=qtcbm
pkgver=1.1.0
-pkgrel=0
+pkgrel=1
epoch=
pkgdesc="Qt GUI Frontend for the (Open)CBM utils"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ url="https://github.com/mveinot/QtCBM"
license=('GPLv2')
groups=()
depends=('qt5-base' 'opencbm-git')
-makedepends=()
+makedepends=('imagemagick')
checkdepends=()
optdepends=()
provides=()