diff --git a/opera/.footprint b/opera/.footprint index 3b63e2c48..ab98e0c3c 100644 --- a/opera/.footprint +++ b/opera/.footprint @@ -6,13 +6,13 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/opera drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/opera/ -drwxr-xr-x root/root usr/lib/opera/9.61/ --rw-r--r-- root/root usr/lib/opera/9.61/missingsyms.so --rwxr-xr-x root/root usr/lib/opera/9.61/opera --rwxr-xr-x root/root usr/lib/opera/9.61/operaplugincleaner --rwxr-xr-x root/root usr/lib/opera/9.61/operapluginwrapper --rw-r--r-- root/root usr/lib/opera/9.61/spellcheck.so --rwxr-xr-x root/root usr/lib/opera/9.61/works +drwxr-xr-x root/root usr/lib/opera/9.62/ +-rw-r--r-- root/root usr/lib/opera/9.62/missingsyms.so +-rwxr-xr-x root/root usr/lib/opera/9.62/opera +-rwxr-xr-x root/root usr/lib/opera/9.62/operaplugincleaner +-rwxr-xr-x root/root usr/lib/opera/9.62/operapluginwrapper +-rw-r--r-- root/root usr/lib/opera/9.62/spellcheck.so +-rwxr-xr-x root/root usr/lib/opera/9.62/works drwxr-xr-x root/root usr/lib/opera/plugins/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ diff --git a/opera/.md5sum b/opera/.md5sum index 330b167d3..168c9bbed 100644 --- a/opera/.md5sum +++ b/opera/.md5sum @@ -1 +1 @@ -ef895e80f26915fdedc0c5eaee486009 opera-9.61.gcc4-qt4.i386.tar.bz2 +d7018a3ddbb06e1dcad883a9c198563e opera-9.62.gcc4-qt4.i386.tar.bz2 diff --git a/opera/Pkgfile b/opera/Pkgfile index 6698f7c18..aec0c075c 100644 --- a/opera/Pkgfile +++ b/opera/Pkgfile @@ -5,9 +5,9 @@ # Depends on: qt4 name=opera -version=9.61 +version=9.62 release=1 -source=(http://ftp.ntua.gr/pub/www/Opera/linux/961/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2) +source=(http://ftp.heanet.ie/pub/opera/linux/962/final/en/i386/opera-$version.gcc4-qt4.i386.tar.bz2) build() { cd $name-$version-* @@ -19,6 +19,6 @@ build() { sed -i -e "s|$PKG||g" $PKG/usr/bin/opera rm -rf $PKG/usr/share/doc - find "$PKG/usr/share/opera/locale/" -type d -mindepth 1 -maxdepth 1 -not -name en -exec rm -r {} \; + find "$PKG/usr/share/opera/locale/" -mindepth 1 -maxdepth 1 -type d -not -name en -exec rm -r {} \; }