summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Hague2015-09-27 12:30:04 +0100
committerMatthew Hague2015-09-27 12:30:04 +0100
commit00b984de688a3bfa1bef275152d03cf46e900cad (patch)
treeb4a69356da4fd0b861d88313879c0a53ca626b6f /PKGBUILD
parent969572649fd5f20f8f1000f5d75d0896b66a0d55 (diff)
downloadaur-mutt_vc_query-git.tar.gz
made depend on libvc-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bbdd55ce7d2..88d9ba38877c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Query vCard database from mutt using query_command, part of rolo"
arch=('i686' 'x86_64')
url="https://github.com/yourealwaysbe/mutt_vc_query"
license=('GPL')
-depends=('libvc')
+depends=('libvc-git')
makedepends=('autoconf')
conflicts=(mutt_vc_query)
provides=(mutt_vc_query)