summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu OTHACEHE2015-11-22 12:33:41 +0100
committerMathieu OTHACEHE2015-11-22 12:33:41 +0100
commitde911e640e12b0afa6ee185480ab1e3aa6a35114 (patch)
tree529c1a3d263ea019329dff51a0b41087dcb0b31e
parent6d118f96e59ed5a6ed2357ffe93719705c42fb9a (diff)
downloadaur-de911e640e12b0afa6ee185480ab1e3aa6a35114.tar.gz
add provides and conflicts
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dce12689c236..742621ff748e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,8 @@ url="https://www.sencha.com/products/extjs/cmd-download/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('java-runtime')
+provides=('sencha-cmd')
+conficts=('sencha-cmd')
source_i686=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-i386.sh.zip")
source_x86_64=("http://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-amd64.sh.zip")