summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10a72d47b4b2..b647dca18483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = opera-beta
pkgdesc = A fast and secure web browser and Internet suite - beta stream
pkgver = 31.0.1889.98
- pkgrel = 2
+ pkgrel = 3
url = http://www.opera.com/browser/
install = opera.install
arch = x86_64
@@ -13,6 +13,9 @@ pkgbase = opera-beta
depends = libxss
depends = libxtst
depends = desktop-file-utils
+ optdepends = curl: opera crash reporter and autoupdate checker
+ optdepends = libnotify: native desktop notifications
+ optdepends = opera-ffmpeg-codecs: support h.264 and mp3 codecs
options = !strip
backup = etc/opera-beta/default
source = http://get.geo.opera.com/pub/opera-beta/31.0.1889.98/linux/opera-beta_31.0.1889.98_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 3d43a2709c8a..2d5e142129cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,15 @@
pkgname=opera-beta
pkgver=31.0.1889.98
-pkgrel=2
+pkgrel=3
pkgdesc='A fast and secure web browser and Internet suite - beta stream'
arch=('x86_64')
url='http://www.opera.com/browser/'
license=('custom:opera')
depends=('alsa-lib' 'nss' 'gtk2' 'gconf' 'libxss' 'libxtst' 'desktop-file-utils')
+optdepends=('curl: opera crash reporter and autoupdate checker'
+ 'libnotify: native desktop notifications'
+ 'opera-ffmpeg-codecs: support h.264 and mp3 codecs')
install=opera.install
options=(!strip)
backup=("etc/${pkgname}/default")