diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-19 16:29:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-19 16:29:30 +0000 |
commit | 8864778e5268321cabda0aa812932c55ea2c837d (patch) | |
tree | fe78bc259fb3b4943ad027a6cfedf3d5adff90d8 /community/wine | |
parent | 10728a7dcf51b21c7ed8109443d2db9af205df82 (diff) | |
download | aports-8864778e5268321cabda0aa812932c55ea2c837d.tar.bz2 aports-8864778e5268321cabda0aa812932c55ea2c837d.tar.xz |
community/wine: bump pkgrel for rebuild without gsteramer
Diffstat (limited to 'community/wine')
-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 e2864b4fa..35a80cb12 100644 --- a/community/wine/APKBUILD +++ b/community/wine/APKBUILD @@ -4,7 +4,7 @@ pkgname=wine pkgver=1.7.52 _ver=${pkgver/_/-} -pkgrel=1 +pkgrel=2 pkgdesc="A compatibility layer for running Windows programs" url="http://www.winehq.com" arch="x86 x86_64" |