summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2017-04-16 01:07:43 +0200
committerD. Can Celasun2017-04-16 01:07:43 +0200
commit8138217bd6098616389b4a8fabfea12d16c69054 (patch)
tree5cbd408e1685d3b3e6c9c51efb9f2efddcc9288d
parent202423e89f0133105c78a529b3e487bc6fe3bc3f (diff)
downloadaur-8138217bd6098616389b4a8fabfea12d16c69054.tar.gz
Add nylas-mail to conflicts
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2945e3f5dd2..b28f1624ca6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 15 23:05:42 UTC 2017
+# Sat Apr 15 23:07:33 UTC 2017
pkgbase = nylas-mail-git
pkgdesc = Nylas Mail: A new mail client for Linux, Mac and Windows, built on the modern web and designed to be extended. (formerly N1, git version)
pkgver = 1.0.26.49.g52452d6d
@@ -23,6 +23,7 @@ pkgbase = nylas-mail-git
depends = nss
depends = alsa-lib
depends = libxss
+ conflicts = nylas-mail
conflicts = nylas-mail-bin
source = git://github.com/nylas/nylas-mail.git
source = nylas-mail.desktop
diff --git a/PKGBUILD b/PKGBUILD
index b9ddd996d333..2f31cc884100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="https://nylas.com"
license=('MIT')
makedepends=('nvm' 'grunt-cli')
depends=('gtk2' 'libgnome-keyring' 'gnome-keyring' 'desktop-file-utils' 'python2' 'gconf' 'nodejs' 'libnotify' 'libxtst' 'nss' 'alsa-lib' 'libxss')
-conflicts=('nylas-mail-bin')
+conflicts=('nylas-mail' 'nylas-mail-bin')
source=('git://github.com/nylas/nylas-mail.git'
${_pkgname}.desktop
${_pkgname}.png)