commit opera-developer 32.0.1933.0-3

This commit is contained in:
Christian Hesse 2015-08-08 12:02:01 +02:00
parent c5c54309ea
commit e49630b5a1
2 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -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")