diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-16 11:15:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-16 15:54:47 +0000 |
commit | ae508f2fde7b2949b917907ef5de2f26178b7cce (patch) | |
tree | 58409b8243df6c946df22482134c508c50f543da /community/wine/APKBUILD | |
parent | 3aabfaecb60a044c3d440a6b22dd61b9c773a781 (diff) | |
download | aports-ae508f2fde7b2949b917907ef5de2f26178b7cce.tar.bz2 aports-ae508f2fde7b2949b917907ef5de2f26178b7cce.tar.xz |
community/wine: rebuild against ncurses-6.0
Diffstat (limited to 'community/wine/APKBUILD')
-rw-r--r-- | community/wine/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/wine/APKBUILD b/community/wine/APKBUILD index 0fa1f8f297..c3decb1f9e 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -4,7 +4,7 @@ pkgname=wine pkgver=1.7.52 _ver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch="x86 x86_64" |