summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristophe Robin2018-01-10 14:52:37 +0900
committerChristophe Robin2018-01-10 14:52:37 +0900
commit38f5ff06f6fd4204cd2b1f0268020a3b02a9a290 (patch)
tree667361d54755fe93879aa20433d3d331e7fa1d21 /PKGBUILD
parentffdee3c1267119c9c7e4725c22d46032a370200e (diff)
downloadaur-couchbase4-server-community.tar.gz
Rename to couchbase4-server-community
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c0f41492837..b5c201102b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
# Maintainer: Christophe Robin <crobin at nekoo a-dot com>
-pkgname=couchbase-server-community
+pkgname=couchbase4-server-community
+_pkgname=couchbase-server-community
pkgver=4.5.1
pkgrel=2
pkgdesc="A document database featuring a powerful query language and unrivaled performance at scale."
arch=('x86_64')
url="http://www.couchbase.com/"
source=(
- "${pkgname}-v${pkgver}.deb::http://packages.couchbase.com/releases/${pkgver}/${pkgname}_${pkgver}-ubuntu14.04_amd64.deb"
+ "${pkgname}-v${pkgver}.deb::http://packages.couchbase.com/releases/${pkgver}/${_pkgname}_${pkgver}-ubuntu14.04_amd64.deb"
"couchbase-server.service"
)
install=couchbase-server.install
depends=(glibc gcc-libs sqlite openssl zlib python2 openssl-1.0 ncurses5-compat-libs)
-conflicts=(couchbase3-server-community)
+conflicts=(couchbase3-server-community couchbase-server-community)
package() {
msg2 "Extracting the data.tar.gz file"