summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f0aac2a0e9..5a6f08f705e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,6 @@ pkgbase = pantheon-mail
depends = pango
depends = sqlite
depends = webkitgtk
- depends = libgranite.so
provides = pantheon-mail
conflicts = pantheon-mail
replaces = pantheon-mail-bzr
diff --git a/PKGBUILD b/PKGBUILD
index 4d345d0cde9f..6b1a2e6e498e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,7 @@ url='https://github.com/elementary/mail'
license=('GPL3')
depends=('cairo' 'gcr' 'gdk-pixbuf2' 'glib2' 'glibc' 'gmime' 'gtk3'
'libaccounts-glib' 'libcanberra' 'libgee' 'libgsignon-glib'
- 'libsecret' 'libxml2' 'pango' 'sqlite' 'webkitgtk'
- 'libgranite.so')
+ 'libsecret' 'libxml2' 'pango' 'sqlite' 'webkitgtk')
makedepends=('cmake' 'git' 'gnome-doc-utils' 'gobject-introspection'
'granite' 'intltool' 'vala')
provides=('pantheon-mail')