summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbobi2018-10-22 15:39:10 +0200
committerbobi2018-10-22 15:39:10 +0200
commit32508ec35e5e7145e4d975aebf029278db745832 (patch)
tree63f1bebfe1b08f5d2130444185fc4bd4ea2d6895 /PKGBUILD
parent369d1f2ba3bae3f3507824c8677041d84a22425d (diff)
downloadaur-32508ec35e5e7145e4d975aebf029278db745832.tar.gz
Adding provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10bc6a78d242..715276c588d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
# Contributor: Ben Wolsieffer <benwolsieffer at gmail dot com>
_pkgname=netbeans
-pkgname=netbeans8
+pkgname=${_pkgname}8
pkgver=8.2
# Get the subver from https://netbeans.org/downloads/zip.html
_subver=201609300101
pkgrel=1
pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++'
-conflicts=('netbeans')
+provides=("$_pkgname")
+conflicts=("$_pkgname")
arch=('any')
url='http://netbeans.org/'
license=('CDDL')