diff options
Diffstat (limited to 'community/surf/PKGBUILD')
-rw-r--r-- | community/surf/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD index ee52c3029..df36f7829 100644 --- a/community/surf/PKGBUILD +++ b/community/surf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74178 2012-07-22 18:33:06Z lfleischer $ +# $Id: PKGBUILD 84289 2013-02-15 14:50:43Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: Pierre Chapuis <catwell at archlinux dot us> # Contributor: Ray Kohler <ataraxia937 at gmail dot com> @@ -6,7 +6,7 @@ # Contributor: Raphael Proust <raphlalou at gmail dot com> pkgname=surf -pkgver=0.5 +pkgver=0.6 pkgrel=1 pkgdesc='A simple web browser based on WebKit/GTK+.' arch=('i686' 'x86_64') @@ -21,8 +21,8 @@ makedepends=('pkgconfig') install='surf.install' source=("http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz" 'config.h') -md5sums=('dc735a380d01203861b987b5f4c3c59c' - 'd11435f6a67af46a0d19d18a95a1620b') +md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a' + '15c2c911658e2e6085e4c4fa7a7b01c1') build() { cd "${srcdir}/${pkgname}-${pkgver}" |