diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 11:14:35 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-05 13:37:25 +0000 |
commit | e60e0e0ebe7ca5740f86ff10716c78f2dd059d7c (patch) | |
tree | 1bc6f631daf479d802e67cb6b16bf3216e7b818e /main/clucene | |
parent | b3e387abc11beb69432143238b5db04c39d2be87 (diff) | |
download | aports-e60e0e0ebe7ca5740f86ff10716c78f2dd059d7c.tar.bz2 aports-e60e0e0ebe7ca5740f86ff10716c78f2dd059d7c.tar.xz |
main/clucene: rebuild against boost-1.59
Diffstat (limited to 'main/clucene')
-rw-r--r-- | main/clucene/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/clucene/APKBUILD b/main/clucene/APKBUILD index 6e17577c4..28d0b4732 100644 --- a/main/clucene/APKBUILD +++ b/main/clucene/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=clucene pkgver=2.3.3.4 -pkgrel=4 +pkgrel=5 pkgdesc="A C++ port of Lucene" url="http://www.sourceforge.net/projects/clucene" arch="all" |