summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9528f1712f81..457b367b113e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# Maintainer: Alexander Sobolevkiy <smak.nsk [at] gmail [dot] com>
+# Maintainer: Daniel Milde <daniel@milde.cz>
# Based on https://github.com/aerospike/aerospike-client-c
pkgname=aerospike-client-c-libuv
pkgver=4.3.13
-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"
-license=('Proprietary')
+license=('apache')
depends=('libuv' 'python2')
makedepends=('git')
provides=('aerospike-client-c')
-conflicts=('aerospike-client-c-libev', 'aerospike-client-c-libevent')
+conflicts=('aerospike-client-c-libev' 'aerospike-client-c-libevent')
_gitroot="https://github.com/aerospike/aerospike-client-c.git"
_gitname="aerospike-client-c"