summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8889429ef461..86a7aaec0ab4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Oct 11 20:47:14 UTC 2015
pkgbase = nuntius-git
pkgdesc = Delivers notifications from your phone or tablet to your computer
- pkgver = r69.ebc54c1
+ pkgver = r79.87dcb0a
pkgrel = 1
url = https://github.com/holylobster/nuntius-linux
install = nuntius.install
@@ -13,6 +15,7 @@ pkgbase = nuntius-git
depends = desktop-file-utils
depends = qrencode
depends = gtk3
+ conflicts = nuntius
source = nuntius-git::git://github.com/holylobster/nuntius-linux
source = nuntius.install
sha512sums = SKIP
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"