diff options
author | root <root@rshg054.dnsready.net> | 2013-03-08 00:04:04 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-08 00:04:04 -0800 |
commit | 129db5c42a9c8f32d88c57ac3b81182acf844068 (patch) | |
tree | aff83aea43093dddb25ddd1b52072b5ebd2723e3 /community/midori/PKGBUILD | |
parent | d8d675cb1e75787b0db061756e4cbebe3c5a03fa (diff) |
Fri Mar 8 00:04:03 PST 2013
Diffstat (limited to 'community/midori/PKGBUILD')
-rw-r--r-- | community/midori/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/midori/PKGBUILD b/community/midori/PKGBUILD index 72587c724..7815bc180 100644 --- a/community/midori/PKGBUILD +++ b/community/midori/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 83885 2013-02-06 11:36:28Z arodseth $ +# $Id: PKGBUILD 85855 2013-03-07 19:55:29Z bpiotrowski $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Andreas Radke <andyrtr@archlinux.org> @@ -7,21 +7,21 @@ # Contributor: Bartłomiej Piotrowski <barthalion@gmail.com> pkgname=midori -pkgver=0.4.8 +pkgver=0.4.9 pkgrel=1 pkgdesc='Lightweight web browser based on Gtk WebKit' arch=('x86_64' 'i686') url='http://www.twotoasts.de/index.php?/pages/midori_summary.html' license=('LGPL2.1') install=midori.install -depends=('libzeitgeist' 'libwebkit' 'libnotify' 'libxss' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils' 'gcr') -makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala') +depends=('libzeitgeist' 'libwebkit' 'libnotify' 'libxss' 'libunique' 'hicolor-icon-theme' 'desktop-file-utils') +makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2' 'vala' 'gcr') optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support' 'aria2: download utility') options=('!emptydirs') source=("http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2" 'fix-copying.patch') -sha256sums=('40bf23f84a3537f54d7eb45df1da40ebef54c321b1b34d0d0c8e45bb0cce5e9f' +sha256sums=('f01e5dc45e94f909e48f0dd62cc4afedd80710769fdf98bc4e0b38d4ef0abc11' 'd4395ac994d8d614f93ae4863bbf6289b1980e0ed84aef52ca95a678b464b959') build() { |