summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-23 16:57:08 +0200
committerYoshi28892016-08-23 16:57:08 +0200
commit2fce8321beb35809ec5fbc996afee1415a637e59 (patch)
treee145e061c548070120a61e2162d4acb24ab33606
parent888ba2008a8e17e0026b548068a7d4185e855b5c (diff)
downloadaur-2fce8321beb35809ec5fbc996afee1415a637e59.tar.gz
Add provides and conflicts
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-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')