summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaute Hope2016-03-14 11:06:34 +0100
committerGaute Hope2016-03-14 11:06:34 +0100
commitaf9be52777e883b0154d5e0317d03947c6d82aa5 (patch)
tree61f70e2f4cbb89bd17c2be99288f898d2bfe367b
parenta6ff47d902dca7da9428c105b5f466eec196aa0b (diff)
downloadaur-af9be52777e883b0154d5e0317d03947c6d82aa5.tar.gz
add glibmm dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8afd229754d..9210b5c7142a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Mar 10 11:37:43 UTC 2016
+# Mon Mar 14 10:06:26 UTC 2016
pkgbase = abunchoftags
pkgdesc = a keyword <-> tag sync utility for notmuch and offlineimap/GMail
pkgver = 0651600
@@ -15,6 +15,7 @@ pkgbase = abunchoftags
depends = boost
depends = boost-libs
depends = gmime
+ depends = glibmm
source = abunchoftags::git+https://github.com/gauteh/abunchoftags.git
md5sums = SKIP
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=()