summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitri Kaparis2015-09-28 14:11:21 +0300
committerDimitri Kaparis2015-09-28 14:11:21 +0300
commit1f8184cd7f9f66e7996a84f2d04db7490dbb4e31 (patch)
tree06c1997f28c22c3f4e2a4c602d1a5f1616180abf /PKGBUILD
parente57669caa528bad0441477729a8ffd344f60dc22 (diff)
downloadaur-1f8184cd7f9f66e7996a84f2d04db7490dbb4e31.tar.gz
Changes to makedeps and conflicts.
Package is tested to install without imagemagick.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a6f35237ab85..87fdffd014f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,8 @@ arch=('any')
url="https://github.com/mNantern/QTodoTxt"
license=('GPL3')
depends=('python-pyside')
-makedepends=('imagemagick')
-optdepends=('todotxt: command line todo.txt')
provides=('qtodotxt')
-conflicts=('qtodotxt-hg')
+conflicts=('qtodotxt-hg' 'qtodotxt-git')
install=$pkgname.install
source=(
'https://github.com/mNantern/QTodoTxt/archive/1.4.0.tar.gz'