summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaute Hope2016-03-14 11:06:34 +0100
committerGaute Hope2016-03-14 11:06:34 +0100
commitaf9be52777e883b0154d5e0317d03947c6d82aa5 (patch)
tree61f70e2f4cbb89bd17c2be99288f898d2bfe367b /PKGBUILD
parenta6ff47d902dca7da9428c105b5f466eec196aa0b (diff)
downloadaur-abunchoftags.tar.gz
add glibmm dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82884dfaa27f..37c14282e10f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64' 'i686')
url="https://github.com/gauteh/abunchoftags"
license=('GPL')
groups=()
-depends=('notmuch' 'boost' 'boost-libs' 'gmime')
+depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'glibmm')
makedepends=('scons' 'git' 'pkg-config')
checkdepends=('')
optdepends=()