diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-16 01:03:37 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2016-08-16 01:03:37 +0200 |
commit | b1fe8754b09e69cb150dfc421c2bce0a456b58e5 (patch) | |
tree | bb0b770db0595b971fc4c891c8cfeef6c28bc5c9 /main/boost/APKBUILD | |
parent | c61361d9e2b404e6abdf4e789192bdfe6ba44104 (diff) | |
download | aports-b1fe8754b09e69cb150dfc421c2bce0a456b58e5.tar.bz2 aports-b1fe8754b09e69cb150dfc421c2bce0a456b58e5.tar.xz |
main/boost: bump pkgrel to trigger rebuild
See also: 06da24c93576793f454276488de94ca615ea5621
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 73395c737e..24d67c92df 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=2 +pkgrel=3 pkgdesc="Free peer-reviewed portable C++ source libraries" url="http://www.boost.org/" arch="all" |