summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17def53943ec..247cf01ba377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=aerospike-client-c-libevent
pkgver=4.1.10
-pkgrel=1
+pkgrel=3
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"
license=('Proprietary')
depends=('libevent' 'python2')
makedepends=('git')
+provides=('aerospike-client-c')
conflicts=('aerospike-client-c-libev', 'aerospike-client-c-libuv')
_gitroot="https://github.com/aerospike/aerospike-client-c.git"
_gitname="aerospike-client-c"