summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2015-06-16 01:53:14 -0400
committerDavid Parrish2015-06-16 01:53:14 -0400
commitf1188e3864d8fe3426b43fb62219f3887647763c (patch)
treeca48e287f88d61d1bf7db4b514300229e04a9412
parent1bac411fe483f0b40db630fefd47e470cb14bfe6 (diff)
downloadaur-f1188e3864d8fe3426b43fb62219f3887647763c.tar.gz
Remove 'provides='
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f954366752e4..fdf35b3dcf37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = bitsquare-git
makedepends = openjfx
depends = bash
depends = java-runtime-openjdk=8
- provides = bitsquare
source = bitsquare-git::git+https://github.com/bitsquare/bitsquare.git
source = bitsquare.sh
source = bitsquare.desktop
diff --git a/PKGBUILD b/PKGBUILD
index a0f6dfd00e8b..80de8570ea6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="https://bitsquare.io/"
license=('AGPL3')
depends=('bash' 'java-runtime-openjdk=8')
makedepends=('maven' 'openjfx')
-provides=('bitsquare')
source=("${pkgname}::git+https://github.com/bitsquare/bitsquare.git"
"bitsquare.sh"
"bitsquare.desktop")