summaryrefslogtreecommitdiff
path: root/community/uzbl
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
commit0ecad2876ee230c3929d93e97a5ff9aabb34639e (patch)
tree9858158941e1c5616209051070e0a4b999900bfb /community/uzbl
parenta6e4eeba56ffd555f912ac1063ed08245e3f43c1 (diff)
parent55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/jack2/PKGBUILD community/tremulous/PKGBUILD extra/audiofile/PKGBUILD extra/graphviz/PKGBUILD extra/jhead/PKGBUILD extra/redland/PKGBUILD multilib/nspluginwrapper/PKGBUILD
Diffstat (limited to 'community/uzbl')
-rw-r--r--community/uzbl/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD
index 8feeabdab..2ddcbe37c 100644
--- a/community/uzbl/PKGBUILD
+++ b/community/uzbl/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 56503 2011-10-07 11:58:08Z lcarlier $
+# $Id: PKGBUILD 60076 2011-12-04 21:15:00Z 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.10.01
+pkgver=2011.11.28
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.uzbl.org"
license=('GPL3')
-makedepends=('git' 'pkgconfig' 'libwebkit>=1.3.13')
+makedepends=('pkgconfig' 'libwebkit>=1.3.13')
source=(uzbl-$pkgver.tar.gz::https://github.com/Dieterbe/uzbl/tarball/$pkgver)
-md5sums=('aadafc08ef56966cdafec00b9d09abd1')
+md5sums=('6e55474050b5df43d8bdd403248b1da6')
build() {
cd "$srcdir"/Dieterbe-uzbl-*