summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYoshi28892016-08-23 16:57:08 +0200
committerYoshi28892016-08-23 16:57:08 +0200
commit2fce8321beb35809ec5fbc996afee1415a637e59 (patch)
treee145e061c548070120a61e2162d4acb24ab33606 /PKGBUILD
parent888ba2008a8e17e0026b548068a7d4185e855b5c (diff)
downloadaur-2fce8321beb35809ec5fbc996afee1415a637e59.tar.gz
Add provides and conflicts
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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')