diff options
author | root <root@rshg054.dnsready.net> | 2011-12-19 23:15:16 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-19 23:15:16 +0000 |
commit | 6d2dec5c3443d142a0131c43666929490961c16a (patch) | |
tree | eb6b8e70d6557d1651309c65aef4812d6d10da1f /extra/midori/PKGBUILD | |
parent | d8fd24a96ae712b2de3e9b05d937b135f41d016d (diff) |
Mon Dec 19 23:15:16 UTC 2011
Diffstat (limited to 'extra/midori/PKGBUILD')
-rw-r--r-- | extra/midori/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/midori/PKGBUILD b/extra/midori/PKGBUILD index 8f4cdbe1a..432e226e2 100644 --- a/extra/midori/PKGBUILD +++ b/extra/midori/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 142825 2011-11-16 00:02:11Z eric $ +# $Id: PKGBUILD 145174 2011-12-19 00:22:14Z eric $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: rabyte <rabyte.at.gmail.dot.com> # Contributor: Johannes Krampf <wuischke.at.amule.dot.org> pkgname=midori -pkgver=0.4.2 +pkgver=0.4.3 pkgrel=1 pkgdesc="A lightweight web browser based on Gtk WebKit" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('libwebkit>=1.3.13' 'libunique' 'hicolor-icon-theme' 'desktop-file-util makedepends=('libxml2' 'intltool' 'gtk-doc' 'librsvg' 'python2>=2.7.1' 'vala') # 'git' optdepends=('vala: for use in extensions') source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -md5sums=('4ec9c3daa332ebe865cba6aa8256ef63') +md5sums=('900037557b82818d79d2dd1c5a7d7fd2') build() { cd "${srcdir}/${pkgname}-${pkgver}" |