diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-20 11:15:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-27 10:14:44 +0000 |
commit | f13eb94fa610e3c62aacbe62fa5f8576d1dfbf93 (patch) | |
tree | f7cb11b6eb8dd386881874446515921e58eb7994 /main/lucene++ | |
parent | f14c7629f92d911dfae2b7d26e0debbbfcb91231 (diff) | |
download | aports-f13eb94fa610e3c62aacbe62fa5f8576d1dfbf93.tar.bz2 aports-f13eb94fa610e3c62aacbe62fa5f8576d1dfbf93.tar.xz |
main/lucene++: rebuild against boost 1.62.0
Diffstat (limited to 'main/lucene++')
-rw-r--r-- | main/lucene++/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lucene++/APKBUILD b/main/lucene++/APKBUILD index 48ed661ea2..31413f364e 100644 --- a/main/lucene++/APKBUILD +++ b/main/lucene++/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lucene++ pkgver=3.0.7 -pkgrel=4 +pkgrel=5 pkgdesc="C++ port of the popular Java Lucene library" url="https://github.com/luceneplusplus/LucenePlusPlus" arch="all" |