summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJochen Jägers2023-03-16 19:16:39 +0100
committerJochen Jägers2023-03-16 19:16:39 +0100
commit998a0d6754e2550192aaa413634610b1dca4aace (patch)
tree7ec3797016cab5ded2b64ef237c96774e23010a1
parent856a24ebbdd552efe1d7707ad62f753acf0c675e (diff)
downloadaur-qtcbm.tar.gz
added missing make dependency
-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=()