Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ff60f7263d72751a8e7050433020444549459881

commit ff60f7263d72751a8e7050433020444549459881
Author: Michel Hermier <herm...@frugalware.org>
Date:   Fri Nov 25 08:41:41 2011 +0100

wine-devel-1.3.33-1-i686

* Bring back souce sha1sum in the FB for the main package.

diff --git a/source/include/wine.sh b/source/include/wine.sh
index 2db41a6..d7ac778 100644
--- a/source/include/wine.sh
+++ b/source/include/wine.sh
@@ -49,11 +49,12 @@ wine-devel)
_geckoext=msi
archs=('i686' 'x86_64')
conflicts=('wine')
-       sha1sums=('d9ae9efa9543e1467708cf47c991affe87a45cf7')
-       depends=(${depends[@]} 'gst-plugins-base')
-       makedepends=(${makedepends[@]} 'oss-libs')
-       [ "$CARCH" == "i686" ] && sha1sums=(${sha1sums[@]} 
'c30aa99621e98336eb4b7e2074118b8af8ea2ad5')
-       [ "$CARCH" == "x86_64" ] && sha1sums=(${sha1sums[@]} 
'bf0aaf56a8cf9abd75be02b56b05e5c4e9a4df93')
+       depends=("${depends[@]}" 'gst-plugins-base')
+       makedepends=("${makedepends[@]}" 'oss-libs')
+       case "$CARCH" in
+               "i686") sha1sums=("${sha1sums[@]}" 
'c30aa99621e98336eb4b7e2074118b8af8ea2ad5');;
+               "x86_64") sha1sums=("${sha1sums[@]}" 
'bf0aaf56a8cf9abd75be02b56b05e5c4e9a4df93');;
+       esac
;;

default)
diff --git a/source/xapps-extra/wine-devel/FrugalBuild 
b/source/xapps-extra/wine-devel/FrugalBuild
index 96d34c9..c9d5c6d 100644
--- a/source/xapps-extra/wine-devel/FrugalBuild
+++ b/source/xapps-extra/wine-devel/FrugalBuild
@@ -4,6 +4,7 @@
pkgname=wine-devel
pkgver=1.3.33
pkgrel=1
+sha1sums=('d9ae9efa9543e1467708cf47c991affe87a45cf7')
Finclude wine

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to