diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-12 17:24:29 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-12-12 17:24:29 -0300 |
commit | 20325742c50f83cc58e49aa3b8347fde1399d734 (patch) | |
tree | c165cfbea80913f12dad4d009a70d9fe5e8bfceb /community/dillo | |
parent | 42512f0cff006451fa78981bf2f41e819fe96131 (diff) | |
parent | 6a2547c3f20da8a8df65a8032a01677b74b6ece7 (diff) |
Merge branch 'master' of ssh://gparabola/abslibre-mips64el
Conflicts:
community/mplayer2/PKGBUILD
extra/live-media/PKGBUILD
Diffstat (limited to 'community/dillo')
-rw-r--r-- | community/dillo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/dillo/PKGBUILD b/community/dillo/PKGBUILD index af53031ec..20b975395 100644 --- a/community/dillo/PKGBUILD +++ b/community/dillo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55932 2011-09-26 09:36:25Z spupykin $ +# $Id: PKGBUILD 60152 2011-12-06 08:54:11Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=dillo -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="A small, fast graphical web browser built on FLTK" arch=(i686 x86_64 'mips64el') @@ -13,7 +13,7 @@ depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor' 'libxi' 'libxinerama') backup=(etc/dillo/{dillorc,dpidrc}) source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2) -md5sums=('f201e771a4bc70e801521000763b82fb') +md5sums=('81b82112cefcc7d54fe2972a21f42930') build() { cd "$srcdir/$pkgname-$pkgver" |