diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-05 11:47:17 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-09-05 11:47:17 +0200 |
commit | 81976e679e131a916ecfe29d775f844770ffa106 (patch) | |
tree | ec18f8a2dbac5b4bc3f4829a2758c5639c8aae61 /main/qt5-qtimageformats | |
parent | a511f56f49a4a7e2fde82e93e428552ec0cda18f (diff) | |
download | aports-81976e679e131a916ecfe29d775f844770ffa106.tar.bz2 aports-81976e679e131a916ecfe29d775f844770ffa106.tar.xz |
main/qt5-qtimageformats: rebuild without reduce-relocations
Diffstat (limited to 'main/qt5-qtimageformats')
-rw-r--r-- | main/qt5-qtimageformats/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/qt5-qtimageformats/APKBUILD b/main/qt5-qtimageformats/APKBUILD index 6b258a0077..74856ec966 100644 --- a/main/qt5-qtimageformats/APKBUILD +++ b/main/qt5-qtimageformats/APKBUILD @@ -5,7 +5,7 @@ _ver=${pkgver/_/-} _ver=${_ver/beta0/beta} _ver=${_ver/rc0/rc} _V=${_ver/rc/RC} -pkgrel=0 +pkgrel=1 pkgdesc="Qt5 - QtImageFormats component" url="http://qt-project.org/" arch="all" |