summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Robin2018-01-10 14:52:37 +0900
committerChristophe Robin2018-01-10 14:52:37 +0900
commit38f5ff06f6fd4204cd2b1f0268020a3b02a9a290 (patch)
tree667361d54755fe93879aa20433d3d331e7fa1d21
parentffdee3c1267119c9c7e4725c22d46032a370200e (diff)
downloadaur-couchbase4-server-community.tar.gz
Rename to couchbase4-server-community
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD7
3 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3471839338d..1c187cd0ee99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
# Generated by mksrcinfo v8
-# Tue Jul 11 11:29:16 UTC 2017
-pkgbase = couchbase-server-community
+# Wed Jan 10 05:45:50 UTC 2018
+pkgbase = couchbase4-server-community
pkgdesc = A document database featuring a powerful query language and unrivaled performance at scale.
pkgver = 4.5.1
pkgrel = 2
@@ -16,10 +16,11 @@ pkgbase = couchbase-server-community
depends = openssl-1.0
depends = ncurses5-compat-libs
conflicts = couchbase3-server-community
- source = couchbase-server-community-v4.5.1.deb::http://packages.couchbase.com/releases/4.5.1/couchbase-server-community_4.5.1-ubuntu14.04_amd64.deb
+ conflicts = couchbase-server-community
+ source = couchbase4-server-community-v4.5.1.deb::http://packages.couchbase.com/releases/4.5.1/couchbase-server-community_4.5.1-ubuntu14.04_amd64.deb
source = couchbase-server.service
md5sums = b15ba0ebdc14f7ed62b8127cebd582ea
md5sums = 5126e004422c1a5b9391602ac9208319
-pkgname = couchbase-server-community
+pkgname = couchbase4-server-community
diff --git a/.gitignore b/.gitignore
index c62f07a76fda..e15dcd832b4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,4 @@
/src
*.tar.xz
*src.tar.gz
-/couchbase-server-community-*.deb
+/couchbase*-server-community-*.deb
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"