Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=multilib.git;a=commitdiff;h=9e33f06025e8c5fc65d9e3e3e2328d1154e5a154
commit 9e33f06025e8c5fc65d9e3e3e2328d1154e5a154 Author: DeX77 <[email protected]> Date: Sun Nov 6 14:55:33 2016 +0100 wine-1.8.5-3-x86_64 + fix conflicts/replaces diff --git a/source/include/wine.sh b/source/include/wine.sh index 62dd412..96d80f5 100644 --- a/source/include/wine.sh +++ b/source/include/wine.sh @@ -40,16 +40,16 @@ wine) pkgdesc="An Open Source implementation of the Windows API on top of X and Unix. (Stable)" up2date="Flasttar https://dl.winehq.org/wine/source/1.8/" conflicts=('wine-devel' 'lib32-wine-devel') - provides=('lib32-wine-devel') - replaces=('lib32-wine-devel') + provides=('lib32-wine') + replaces=('lib32-wine') ;; wine-devel) pkgdesc="An Open Source implementation of the Windows API on top of X and Unix. (Development)" _F_archive_name="wine" up2date="Flasttar https://dl.winehq.org/wine/source/1.9/" - conflicts=('wine' 'lib32-wine') - provides=('wine' 'lib32-wine') + conflicts=('wine' 'lib32-wine-devel') + provides=('wine' 'lib32-wine-devel') replaces=('lib32-wine') ;; diff --git a/source/xapps-extra/wine/FrugalBuild b/source/xapps-extra/wine/FrugalBuild index 977d164..e4e9853 100644 --- a/source/xapps-extra/wine/FrugalBuild +++ b/source/xapps-extra/wine/FrugalBuild @@ -4,7 +4,7 @@ pkgname=wine pkgver=1.8.5 -pkgrel=2 +pkgrel=3 Finclude wine # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
