[arch-commits] CVS update of unstable/network/opera-devel (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Sat Feb 23 19:39:49 UTC 2008


    Date: Saturday, February 23, 2008 @ 14:39:49
  Author: andyrtr
    Path: /home/cvs-unstable/unstable/network/opera-devel

Modified: PKGBUILD (1.1 -> 1.2)

upgpkg: opera-devel 9.50-0.16


----------+
 PKGBUILD |   18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)


Index: unstable/network/opera-devel/PKGBUILD
diff -u unstable/network/opera-devel/PKGBUILD:1.1 unstable/network/opera-devel/PKGBUILD:1.2
--- unstable/network/opera-devel/PKGBUILD:1.1	Thu Feb 14 14:20:58 2008
+++ unstable/network/opera-devel/PKGBUILD	Sat Feb 23 14:39:49 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.1 2008/02/14 19:20:58 andyrtr Exp $
+# $Id: PKGBUILD,v 1.2 2008/02/23 19:39:49 andyrtr Exp $
 # Maintainer: Tom Killian <tom at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 
 pkgname=opera-devel
 pkgver=9.50
-pkgrel=0.15
+pkgrel=0.16
 pkgdesc="The Opera web browser developement and testing version"
 url="http://www.opera.com/"
 depends=('qt3')
@@ -12,21 +12,19 @@
 arch=('i686' 'x86_64')
 conflicts=('opera')
 provides=('opera')
-source=(http://snapshot.opera.com/unix/snapshot-1800/intel-linux/opera-9.50-20080211.6-shared-qt.i386-1800.tar.bz2 opera.desktop opera_logo48.png)
-md5sums=('43eb7abf8e65f0469d1095ca412e1359'
-         '63420a6c4e77f7d9aa3d8f0ebd330947'
-         'a270c65b8d4f8e2e76439f417ea44265')
-[ "$CARCH" = "x86_64" ] && source=(http://snapshot.opera.com/unix/snapshot-1800/x86_64-linux/opera-9.50-20080211.2-shared-qt.x86_64-1800.tar.bz2
+source=(http://snapshot.opera.com/unix/snapshot-1823/intel-linux/opera-9.50-20080221.6-shared-qt.i386-1800.tar.bz2 opera.desktop opera_logo48.png)
+
+[ "$CARCH" = "x86_64" ] && source=(http://snapshot.opera.com/unix/snapshot-1823/x86_64-linux/opera-9.50-20080221.2-shared-qt.x86_64-1823.tar.bz2
  opera.desktop opera_logo48.png)
-[ "$CARCH" = "x86_64" ] && md5sums=('2f94767c46a8aab422341048eec1fb66'
+[ "$CARCH" = "x86_64" ] && md5sums=('beccc81d7b7b4f98bd0695767e08bc9e'
          '63420a6c4e77f7d9aa3d8f0ebd330947'
          'a270c65b8d4f8e2e76439f417ea44265')
 
 build() {
 if [ "$CARCH" = "x86_64" ]; then
-       cd ${startdir}/src/opera-9.50-20080211.2-shared-qt.x86_64-1800
+       cd ${startdir}/src/opera-9.50-20080221.2-shared-qt.x86_64-1823
        sed 's|/usr/X11R6/lib/mozilla/plugins=1|/usr/lib/mozilla/plugins=1|' -i usr/share/opera/ini/pluginpath.ini || return 1
-  else cd ${startdir}/src/opera-9.50-20080211.6-shared-qt.i386-1800
+  else cd ${startdir}/src/opera-9.50-20080221.6-shared-qt.i386-1823
        sed 's|/usr/X11R6/lib/mozilla/plugins=1|/usr/lib/mozilla/plugins=1|' -i usr/share/opera/ini/pluginpath.ini || return 1
 fi
    ./install.sh DESTDIR=${startdir}/pkg




More information about the arch-commits mailing list