Package Details: opera 133.0.5932.85-1

Git Clone URL: https://aur.archlinux.org/opera.git (read-only, click to copy)
Package Base: opera
Description: A fast and secure web browser
Upstream URL: https://www.opera.com/
Licenses: custom:opera
Submitter: BlackIkeEagle
Maintainer: Refreeze5911 (FlawlessCode, FLWC)
Last Packager: FLWC
Votes: 36
Popularity: 1.50
First Submitted: 2024-02-08 07:47 (UTC)
Last Updated: 2026-07-23 12:42 (UTC)

Dependencies (14)

Sources (7)

Pinned Comments

Refreeze5911 commented on 2025-03-29 13:00 (UTC)

It appears that a detached HEAD state was pushed and that was preventing AUR helpers from updating. I have manually resolved the issue and changed the CI to hopefully prevent these issues in the future.

grazzolini commented on 2024-02-20 20:23 (UTC)

https://lists.archlinux.org/hyperkitty/list/arch-dev-public@lists.archlinux.org/thread/EM2TF7WG7UXTIEP5RBJJG4MFHRL76X47/

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

oech3 commented on 2025-09-05 06:14 (UTC)

It would be nice if you pin URL of repository of your CI.

Refreeze5911 commented on 2025-09-05 05:57 (UTC)

@oech3 should be synced by the CI now 👍

oech3 commented on 2025-09-05 05:52 (UTC) (edited on 2025-09-05 05:52 (UTC) by oech3)

Thankyou. Also needed to sync .SRCINFO.

oech3 commented on 2025-09-04 13:10 (UTC)

@Refreeze5911 Please move qt-{5,6}-base to optdepends.

ComradeAkei commented on 2025-04-26 07:51 (UTC) (edited on 2025-04-26 07:52 (UTC) by ComradeAkei)

```markdown

vim:set ft=sh:
Maintainer: Refreeze5911
Maintainer: XSilverTH <XSilverTH AT proton DOT me>
Maintainer: Shadowphoenix <allescool85 AT gmail DOT com>
Contributor: Carlinix <rcarlini DOT aur AT gmail DOT com>
Contributor: BlackEagle <ike DOT devolder AT gmail DOT com>
Contributor: Bartłomiej Piotrowski barthalion@gmail.com
Contributor: Mateusz Herych heniekk@gmail.com
Contributor: ruario <ruario AT opera DOT com>
Contributor: Daniel Isenmann <daniel AT archlinux DOT org>
Contributor: dorphell <dorphell AT archlinux DOT org>
Contributor: Sigitas Mazaliauskas <sigis AT gmail DOT com>
Contributor: eworm

pkgname=opera pkgver=118.0.5461.60 pkgrel=1 pkgdesc="A fast and secure web browser" url="https://www.opera.com/" options=(!strip !zipman) license=('custom:opera') backup=("etc/$pkgname/default") arch=('x86_64') depends=('gtk3' 'qt6-base' 'qt5-base' 'alsa-lib' 'libnotify' 'curl' 'nss' 'libcups' 'libxss' 'ttf-font' 'desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme') optdepends=( 'opera-ffmpeg-codecs: playback of proprietary video/audio' 'upower: opera battery save' ) source=( "https://get.geo.opera.com/ftp/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb" "opera" "default" 'eula.html' 'terms.html' 'privacy.html' )

sha512sums=('38069fb3e637b87bbe67646b4d33fb3c33e8c2d06da85e6783c2035bd04e3e55556bbfbe33946aebbc180138cf6e7ef0589a39e3c7cd9c23b59e97d2f74e0381' '7e854e4c972785b8941f60117fbe4b88baeb8d7ca845ef2e10e8064043411da73821ba1ab0068df61e902f242a3ce355b51ffa9eab5397ff3ae3b5defd1be496' 'ddb1773877fcfd7d9674e63263a80f9dd5a3ba414cda4cc6c411c88d49c1d5175eede66d9362558ddd53c928c723101e4e110479ae88b8aec4d2366ec179297f' 'aaaa4435a3b6a08bf8e6ad4802afcbf111c1e8f477054251f031b70ae57ac1234fa19048121d64c878dc3b1de03522ce7ef11a263a86dc7062f643d569ecff82' '800d62321344ff4e3521ff20fae281cad9206bae80e60965784d144f8bf852f756cbc21f4c9d8d4e93d026da7ca10e0eda7601c83a6d8d85125831eacb907d9a' '43d4a066758805597527dbdfc95b4c8ad4b22c5db812b9493e50f8820c72f30c1e431bed40fdb821ab0c23a63aa31dc0e946ab708cc23ac617446964fa6b96f2')

prepare() { sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera" sed -e "s/%operabin%/$pkgname\/$pkgname/g" -i "$srcdir/opera" }

package() { tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"

# get rid of the extra subfolder {i386,x86_64}-linux-gnu
(
    cd "$pkgdir/usr/lib/"*-linux-gnu/
    mv "$pkgname" ../
)
rm -rf "$pkgdir/usr/lib/"*-linux-gnu

# suid opera_sandbox
chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"

# install default options
install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"

# install opera wrapper
rm "$pkgdir/usr/bin/$pkgname"
install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"

# license
install -Dm644 \
    "$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
    "$pkgdir/usr/share/licenses/$pkgname/copyright"

# eula
install -Dm644 \
    "$srcdir/eula.html" \
    "$pkgdir/usr/share/licenses/$pkgname/eula.html"

# terms
install -Dm644 \
    "$srcdir/terms.html" \
    "$pkgdir/usr/share/licenses/$pkgname/terms.html"

# privacy
install -Dm644 \
    "$srcdir/privacy.html" \
    "$pkgdir/usr/share/licenses/$pkgname/privacy.html"

}