diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 05:06:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 05:06:43 +0000 |
commit | 6b1226cde39257978dbc446db0d7dcaca53c2f67 (patch) | |
tree | aceeba1c3168a05ee4966b9b7998bf08d8c10be7 /main/wine | |
parent | 08015272bcb16c02d2aa39c209dc1d832b103d4f (diff) | |
download | aports-6b1226cde39257978dbc446db0d7dcaca53c2f67.tar.bz2 aports-6b1226cde39257978dbc446db0d7dcaca53c2f67.tar.xz |
main/wine: rebuild against libpng16
Diffstat (limited to 'main/wine')
-rw-r--r-- | main/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wine/APKBUILD b/main/wine/APKBUILD index d456ef3287..a7ccd7d180 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -2,7 +2,7 @@ pkgname=wine pkgver=1.6 _ver=${pkgver/_/-} -pkgrel=1 +pkgrel=2 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch="x86" |