summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPascal Ronecker2020-04-13 19:24:07 +0200
committerPascal Ronecker2020-04-13 19:24:07 +0200
commit4a138fdddae1a5d533b9906d106cfddd4c64ef59 (patch)
tree58309a3f5488628ea37efd3baf2c8c45bfbb8ba2 /PKGBUILD
parent00e8558834795b2ed0baf7e7ccbe33a94c0fbfa1 (diff)
downloadaur-4a138fdddae1a5d533b9906d106cfddd4c64ef59.tar.gz
add conflict with google-chat-linux-git package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f0579bb8c9e..4d1e9d14bf6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ arch=('x86_64' 'i686')
url="https://github.com/squalou/google-chat-linux.git"
license=('WTFPL')
makedepends=('nodejs' 'npm' 'xz' 'binutils')
+conflicts=('google-chat-linux-git')
appname="${pkgname%-git}"
[[ $CARCH == 'x86_64' ]] && _arch='x64' || _arch='ia32'