diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 18:52:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-25 19:53:06 +0000 |
commit | 3753ea067bc5d9476a2f9867e02ca78a71dfdc9d (patch) | |
tree | e8aa0a4efa2b8b414d14ab5cd9ce6ab5abcbf837 /main/wine | |
parent | 7e7356304faa40e18ef4e9d88ae75a92af2146a5 (diff) | |
download | aports-3753ea067bc5d9476a2f9867e02ca78a71dfdc9d.tar.bz2 aports-3753ea067bc5d9476a2f9867e02ca78a71dfdc9d.tar.xz |
main/wine: rebuild against glib-2.32
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 0f57c5d485..a7e366b505 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -2,7 +2,7 @@ pkgname=wine pkgver=1.4 _ver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch="x86" |