summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1981d7eb7c..ce670feceeb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nuntius
pkgdesc = Nuntius delivers notifications from your phone or tablet to your computer
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/holylobster/nuntius-linux
install = nuntius.install
arch = i686
@@ -10,6 +10,7 @@ pkgbase = nuntius
makedepends = vala
makedepends = intltool
depends = gtk3
+ conflicts = nuntius-git
source = https://github.com/holylobster/nuntius-linux/releases/download/v0.2.0/nuntius-0.2.0.tar.xz
sha256sums = 5e0b4d97aa3e4f435b8468728751d3ea58c1739f4fc3f0312693773ae89fe67e
diff --git a/PKGBUILD b/PKGBUILD
index f2ce896b50af..c6391b8f267f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=nuntius
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Nuntius delivers notifications from your phone or tablet to your computer"
arch=('i686' 'x86_64')
license=('GPL2')
url="https://github.com/holylobster/nuntius-linux"
depends=('gtk3')
makedepends=('vala' 'intltool')
+conflicts=('nuntius-git')
install=nuntius.install
source=(https://github.com/holylobster/nuntius-linux/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('5e0b4d97aa3e4f435b8468728751d3ea58c1739f4fc3f0312693773ae89fe67e')