summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrián Pérez de Castro2015-10-11 23:47:25 +0300
committerAdrián Pérez de Castro2015-10-11 23:47:25 +0300
commit9bb99659975da02e92c5fdec5c242e6dc72ed24b (patch)
tree9fe8b11168730f5fedcf2863294779733b15474c /PKGBUILD
parentd80375b6ac61aa9fb1d227a551e1bd47cf9d254d (diff)
downloadaur-nuntius-git.tar.gz
Added conflict for 'nuntius' to avoid simultaneous installation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a88618c6f83..e23eed540586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,10 @@ pkgname='nuntius-git'
pkgdesc='Delivers notifications from your phone or tablet to your computer'
url='https://github.com/holylobster/nuntius-linux'
license=('GPL')
-pkgver=r69.ebc54c1
+pkgver=r79.87dcb0a
pkgrel=1
arch=('x86_64' 'i686')
+conflicts=('nuntius')
makedepends=('vala' 'intltool')
depends=('json-glib' 'desktop-file-utils' 'qrencode' 'gtk3')
source=("${pkgname}::git://github.com/holylobster/nuntius-linux"