diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 15:29:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-15 15:29:16 +0000 |
commit | 87d508b29d90002e234629b440d9c096a306825d (patch) | |
tree | 7e84674d3a59625ccb7e3716114bbd887ba00e65 /main/wine | |
parent | 6f2f1a2f01ef2f97750a45a2337d9e3525476e9d (diff) | |
download | aports-87d508b29d90002e234629b440d9c096a306825d.tar.bz2 aports-87d508b29d90002e234629b440d9c096a306825d.tar.xz |
main/wine: move .so to -dev package
ref #384
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 99e4a5bd0d..e04737b395 100644 --- a/main/wine/APKBUILD +++ b/main/wine/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=wine pkgver=1.1.44 -pkgrel=0 +pkgrel=1 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" license="LGPL" |