summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYoshi28892016-08-23 16:55:10 +0200
committerYoshi28892016-08-23 16:55:10 +0200
commitaef80e6f5c09e20a9c9543abce233f1d344bdca6 (patch)
tree0842d523e95001a4539f70cef726973d2345ba85
parent394ee5148e3b7f3a8b70f8a28b8d7d9fdaefb781 (diff)
downloadaur-aef80e6f5c09e20a9c9543abce233f1d344bdca6.tar.gz
Add provides and conflicts
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 395da559e451..8bab35cce255 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 13:50:48 UTC 2016
+# Tue Aug 23 14:54:55 UTC 2016
pkgbase = soundnode-git
pkgdesc = Soundcloud client for the desktop
pkgver = r774.3175946
- pkgrel = 3
+ pkgrel = 4
url = http://www.soundnodeapp.com/
arch = x86_64
arch = i686
@@ -21,6 +21,9 @@ pkgbase = soundnode-git
depends = alsa-lib
depends = libnotify
depends = fontconfig
+ provides = soundnode
+ conflicts = soundnode,
+ conflicts = soundnode-app-bin
options = !strip
source = git+https://github.com/Soundnode/soundnode-app.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 34b28c6cc77c..e9450602ab0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: Rick Kerkhof <rick.2889@gmail.com>
pkgname=soundnode-git
pkgver=r774.3175946
-pkgrel=3
+pkgrel=4
pkgdesc="Soundcloud client for the desktop"
arch=('x86_64' 'i686')
url="http://www.soundnodeapp.com/"
license=('GPL3')
+conflicts=('soundnode', 'soundnode-app-bin')
+provides=('soundnode')
# Required, otherwise it won't run.
options=('!strip')