diff options
author | root <root@rshg054.dnsready.net> | 2012-12-14 03:00:42 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-14 03:00:42 -0800 |
commit | 1b9faba25721b73f30e49f0cea9c7346eedd0f73 (patch) | |
tree | d11a95f4a93414017b006abf78931d98c1695020 /community/netsurf | |
parent | 1517345ab70f42a5e050f3dc9b498038118f9ff1 (diff) |
Fri Dec 14 02:55:25 PST 2012
Diffstat (limited to 'community/netsurf')
-rw-r--r-- | community/netsurf/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/netsurf/PKGBUILD b/community/netsurf/PKGBUILD index 0c465479c..e24d0c0b3 100644 --- a/community/netsurf/PKGBUILD +++ b/community/netsurf/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75461 2012-08-24 22:05:13Z arodseth $ +# $Id: PKGBUILD 81235 2012-12-13 22:54:07Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Georgij Kondratjev <smpuj@bk.ru> @@ -6,12 +6,12 @@ pkgname=netsurf pkgver=2.9 -pkgrel=4 -pkgdesc="Lightweight and fast web browser" +pkgrel=5 +pkgdesc='Lightweight and fast web browser' arch=('x86_64' 'i686') -url="http://www.netsurf-browser.org/" +url='http://www.netsurf-browser.org/' license=('GPL') -depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp=0.2.0' 'gstreamer0.10') +depends=('libmng' 'curl' 'libglade' 'librsvg' 'desktop-file-utils' 'libnsbmp' 'libnsgif' 'libcss>=0.1.2' 'hubbub>=0.1.2' 'libwebp>=0.2.0' 'gstreamer0.10') makedepends=('re2c' 'lcms' 'gendesk>=0.4.2') provides=('netsurf') conflicts=('netsurf') |