summaryrefslogtreecommitdiff
path: root/community/uzbl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/uzbl/PKGBUILD')
-rw-r--r--community/uzbl/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD
index 725ff0e0d..9ac9af3be 100644
--- a/community/uzbl/PKGBUILD
+++ b/community/uzbl/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 71552 2012-05-28 19:39:02Z lcarlier $
+# $Id: PKGBUILD 80256 2012-11-18 14:26:45Z lcarlier $
# Maintainer : Laurent Carlier <lordheavym@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Dieter Plaetinck <dieter@plaetinck.be>
@@ -6,7 +6,7 @@
pkgbase=uzbl
pkgname=('uzbl-core' 'uzbl-browser' 'uzbl-tabbed')
pkgver=2012.05.14
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.uzbl.org"
license=('GPL3')
@@ -25,6 +25,9 @@ build() {
-e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
$(find ./ -name '*.py') bin/*
+ # NEW_BG_TAB event fix (merged upstream)
+ sed -i -e "s/tab_bg/bg_tab/" bin/uzbl-tabbed
+
make
}