diff --git a/.SRCINFO b/.SRCINFO index 15c10c104891..6cb7e40a4dda 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = opera-developer pkgdesc = A fast and secure web browser and Internet suite - developer stream pkgver = 32.0.1933.0 - pkgrel = 2 + pkgrel = 3 url = http://www.opera.com/browser/ install = opera.install arch = x86_64 @@ -11,10 +11,12 @@ pkgbase = opera-developer depends = nss depends = gtk2 depends = gconf - depends = libnotify 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-developer/default source = opera diff --git a/PKGBUILD b/PKGBUILD index a330097e5930..f9b772933258 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,15 @@ pkgname=opera-developer pkgver=32.0.1933.0 -pkgrel=2 +pkgrel=3 pkgdesc='A fast and secure web browser and Internet suite - developer stream' arch=('x86_64' 'i686') url='http://www.opera.com/browser/' license=('custom:opera') -depends=('alsa-lib' 'nss' 'gtk2' 'gconf' 'libnotify' 'libxss' 'libxtst' 'desktop-file-utils') +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")