summaryrefslogtreecommitdiff
path: root/community/uzbl
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-07-19 23:13:08 +0000
committerroot <root@rshg047.dnsready.net>2011-07-19 23:13:08 +0000
commit94e3eb45cd3402cbc5efd70ae725e8d48ed696af (patch)
tree5f43e51e770fce190ea2732d7784460e4a34b351 /community/uzbl
parent040215f1ca1d14472525c2562bc33e84f9728d4a (diff)
Tue Jul 19 23:13:07 UTC 2011
Diffstat (limited to 'community/uzbl')
-rw-r--r--community/uzbl/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/uzbl/PKGBUILD b/community/uzbl/PKGBUILD
index 42cfc5ea3..c3e4c667d 100644
--- a/community/uzbl/PKGBUILD
+++ b/community/uzbl/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 49179 2011-06-12 21:24:14Z jelle $
+# $Id: PKGBUILD 51925 2011-07-18 08:18:29Z 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.04.12
-pkgrel=3
+pkgver=2011.07.17
+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::http://github.com/Dieterbe/uzbl/tarball/$pkgver)
-md5sums=('27e82c838b8136dafb0683fa52ffc701')
+source=(uzbl-$pkgver.tar.gz::https://github.com/Dieterbe/uzbl/tarball/$pkgver)
+md5sums=('c4f441d25c1edf7dddc5b8ce40994e64')
build() {
cd "$srcdir"/Dieterbe-uzbl-*
@@ -50,6 +50,7 @@ package_uzbl-browser() {
cd "$srcdir"/Dieterbe-uzbl-*
make DESTDIR="$pkgdir" PREFIX=/usr install-uzbl-browser
+ rm -r $pkgdir/usr/bin/uzbl-core $pkgdir/usr/share/uzbl/docs
}
package_uzbl-tabbed() {