summaryrefslogtreecommitdiff
path: root/community/uzbl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uzbl/PKGBUILD')
-rw-r--r--community/uzbl/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD
index c3e4c667d..98e006db0 100644
--- a/community/uzbl/PKGBUILD
+++ b/community/uzbl/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 51925 2011-07-18 08:18:29Z lcarlier $
+# $Id: PKGBUILD 53737 2011-08-07 22:05:14Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
pkgbase=uzbl
pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed')
-pkgver=2011.07.17
+pkgver=2011.07.25
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.uzbl.org"
license=('GPL3')
makedepends=('git' 'pkgconfig' 'libwebkit>=1.3.13')
source=(uzbl-$pkgver.tar.gz::https://github.com/Dieterbe/uzbl/tarball/$pkgver)
-md5sums=('c4f441d25c1edf7dddc5b8ce40994e64')
+md5sums=('96fed3e0c690df6bf4b46af6a9cd0194')
build() {
cd "$srcdir"/Dieterbe-uzbl-*