summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87df1079b7a3..ef211bdb9e72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 19:49:12 UTC 2016
+# Tue Aug 23 14:56:53 UTC 2016
pkgbase = soundnode-app-bin
pkgdesc = Soundcloud client for the desktop
pkgver = 0.6.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
@@ -15,6 +15,9 @@ pkgbase = soundnode-app-bin
depends = alsa-lib
depends = libnotify
depends = fontconfig
+ provides = soundnode
+ conflicts = soundnode,
+ conflicts = soundnode-git
options = !strip
source = https://raw.githubusercontent.com/Soundnode/soundnode-app/0.6.5/app/soundnode.png
source = soundnode-app.desktop
diff --git a/PKGBUILD b/PKGBUILD
index c90bd02ca83d..0b3dc63cb020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,14 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-app-bin
pkgver=0.6.5
-pkgrel=1
+pkgrel=2
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
license=('GPL3')
+conflicts=('soundnode', 'soundnode-git')
+provides=('soundnode')
+
# Required, otherwise it won't run.
options=('!strip')