diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/captagent/APKBUILD | 2 | ||||
-rw-r--r-- | community/cassandra-cpp-driver/APKBUILD | 2 | ||||
-rw-r--r-- | community/h2o/APKBUILD | 2 | ||||
-rw-r--r-- | community/libcouchbase/APKBUILD | 2 | ||||
-rw-r--r-- | community/neovim/APKBUILD | 2 | ||||
-rw-r--r-- | community/nodejs-current/APKBUILD | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/community/captagent/APKBUILD b/community/captagent/APKBUILD index 7cd26fde05..a653412369 100644 --- a/community/captagent/APKBUILD +++ b/community/captagent/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> pkgname=captagent pkgver=6.3.0 -pkgrel=4 +pkgrel=5 pkgdesc="HEP Capture Agent for HOMER" url="https://github.com/sipcapture/captagent" arch="all" diff --git a/community/cassandra-cpp-driver/APKBUILD b/community/cassandra-cpp-driver/APKBUILD index cf00d30a25..560e636408 100644 --- a/community/cassandra-cpp-driver/APKBUILD +++ b/community/cassandra-cpp-driver/APKBUILD @@ -3,7 +3,7 @@ pkgname=cassandra-cpp-driver _pkgreal=cpp-driver pkgver=2.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="Cassandra CPP Driver" url="http://datastax.github.io/cpp-driver/" arch="x86_64 x86 ppc64le" diff --git a/community/h2o/APKBUILD b/community/h2o/APKBUILD index 11faa6cbf8..f0644ca09b 100644 --- a/community/h2o/APKBUILD +++ b/community/h2o/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bennett Goble <nivardus@gmail.com> pkgname=h2o pkgver=2.2.5 -pkgrel=1 +pkgrel=2 pkgdesc="An optimized HTTP/1, HTTP/2 server written in C" url="https://h2o.examp1e.net" arch="all" diff --git a/community/libcouchbase/APKBUILD b/community/libcouchbase/APKBUILD index 51d45341d4..b59c0a6ed1 100644 --- a/community/libcouchbase/APKBUILD +++ b/community/libcouchbase/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Nathan Johnson <nathan@nathanjohnson.info> pkgname=libcouchbase pkgver=2.9.2 -pkgrel=0 +pkgrel=1 pkgdesc="C client library for Couchbase" url="https://developer.couchbase.com/community" arch="all" diff --git a/community/neovim/APKBUILD b/community/neovim/APKBUILD index 20d1e13c31..77622f6198 100644 --- a/community/neovim/APKBUILD +++ b/community/neovim/APKBUILD @@ -13,7 +13,7 @@ # NOTE: ignore-st-cursor-shape.patch will be in neovim 0.2.3 pkgname=neovim pkgver=0.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Vim-fork focused on extensibility and agility" url="https://neovim.io" # s390x: needs luajit diff --git a/community/nodejs-current/APKBUILD b/community/nodejs-current/APKBUILD index 7d39556c03..c830aab08d 100644 --- a/community/nodejs-current/APKBUILD +++ b/community/nodejs-current/APKBUILD @@ -13,7 +13,7 @@ pkgname=nodejs-current # The current stable version, i.e. non-LTS. pkgver=9.11.1 -pkgrel=3 +pkgrel=4 pkgdesc="JavaScript runtime built on V8 engine - current stable version" url="https://nodejs.org/" arch="all" |