diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-02 09:54:01 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-02 16:09:06 +0000 |
commit | eb93fbdbfc05a518a32bfb1800c7b46d8876ca48 (patch) | |
tree | fd3219c40a7fc31e09af8e0888b749ec82a55ae0 /main/boost/APKBUILD | |
parent | 93f8525c2cf758fa26fa140c03443334f04eeb0e (diff) | |
download | aports-eb93fbdbfc05a518a32bfb1800c7b46d8876ca48.tar.bz2 aports-eb93fbdbfc05a518a32bfb1800c7b46d8876ca48.tar.xz |
main/boost: rebuild against icu-57
Diffstat (limited to 'main/boost/APKBUILD')
-rw-r--r-- | main/boost/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/boost/APKBUILD b/main/boost/APKBUILD index 6e24108425..bb08bcd9fa 100644 --- a/main/boost/APKBUILD +++ b/main/boost/APKBUILD @@ -8,7 +8,7 @@ _y=${_y#*.} # strip x. _z=${pkgver##*.} # strip x.y. _ver=${_x}_${_y}_${_z} -pkgrel=0 +pkgrel=1 pkgdesc="Free peer-reviewed portable C++ source libraries" url="http://www.boost.org/" arch="all" |