summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sobolevskiy2017-09-11 14:04:00 +0000
committerAlexander Sobolevskiy2017-09-11 14:04:00 +0000
commit203396a109e3e079a1202ac633730f0aacf96a33 (patch)
tree0b72c7ae85f6e29c5568f5f39b3d2e77117dce86
parentcbddbf04e8a3d91549edd422ced87b8bf0541913 (diff)
downloadaur-203396a109e3e079a1202ac633730f0aacf96a33.tar.gz
fix export
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--aerospike-client-c-libuv.install2
3 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a02d683e04c..c6ccc0f60ffc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aerospike-client-c-libuv
pkgdesc = The Aerospike C client provides a C interface for interacting with the Aerospike Database.
pkgver = 4.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/aerospike/aerospike-client-c
install = aerospike-client-c-libuv.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 767dbdb0079d..50796fbb7635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=aerospike-client-c-libuv
pkgver=4.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="The Aerospike C client provides a C interface for interacting with the Aerospike Database."
arch=('any')
url="https://github.com/aerospike/aerospike-client-c"
diff --git a/aerospike-client-c-libuv.install b/aerospike-client-c-libuv.install
index 3a4a8104e50e..c54c32d97da5 100644
--- a/aerospike-client-c-libuv.install
+++ b/aerospike-client-c-libuv.install
@@ -2,8 +2,6 @@ post_install(){
echo
echo ":: Node.js Aerospike client install:"
echo "--------------------------------"
- echo " export PREFIX='/usr'"
- echo " export AEROSPIKE_LUA_PATH='/opt/aerospike/client/sys/udf/lua'"
echo " npm install aerospike"
echo "--------------------------------"