summaryrefslogtreecommitdiff
path: root/community/surf
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
committerroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
commit91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (patch)
treea34b437b45b5977131ce84f74ac379d56dbba0c7 /community/surf
parentcc57cb201ddb179d2bb481c13dd4f286ae643b12 (diff)
Wed Jun 5 00:33:46 PDT 2013
Diffstat (limited to 'community/surf')
-rw-r--r--community/surf/PKGBUILD8
-rw-r--r--community/surf/config.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/community/surf/PKGBUILD b/community/surf/PKGBUILD
index df36f7829..17bd37ad6 100644
--- a/community/surf/PKGBUILD
+++ b/community/surf/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84289 2013-02-15 14:50:43Z lfleischer $
+# $Id: PKGBUILD 92388 2013-06-04 13:14:40Z 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>
@@ -7,7 +7,7 @@
pkgname=surf
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc='A simple web browser based on WebKit/GTK+.'
arch=('i686' 'x86_64')
url='http://surf.suckless.org/'
@@ -16,13 +16,13 @@ depends=('libwebkit' 'xorg-xprop')
optdepends=('dmenu: URL-bar'
'ca-certificates: SSL verification'
'xterm: default download handler'
- 'wget: default download handler')
+ 'curl: default download handler')
makedepends=('pkgconfig')
install='surf.install'
source=("http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'config.h')
md5sums=('aeeed723b562a30cc6a2b3ea18f6d99a'
- '15c2c911658e2e6085e4c4fa7a7b01c1')
+ '1447600ca79c56577af3438d5f3d3d56')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/surf/config.h b/community/surf/config.h
index a221c86e3..43506bd90 100644
--- a/community/surf/config.h
+++ b/community/surf/config.h
@@ -35,7 +35,7 @@ static Bool hidebackground = FALSE;
/* DOWNLOAD(URI, referer) */
#define DOWNLOAD(d, r) { \
.v = (char *[]){ "/bin/sh", "-c", \
- "st -e /bin/sh -c \"curl -J -O --user-agent '$1'" \
+ "xterm -e /bin/sh -c \"curl -J -O --user-agent '$1'" \
" --referer '$2'" \
" -b ~/.surf/cookies.txt -c ~/.surf/cookies.txt '$0';" \
" sleep 5;\"", \