From f38edbff3878008c8b2ae1ca8a496c349763017b Mon Sep 17 00:00:00 2001 From: root Date: Sun, 28 Apr 2013 01:12:25 -0700 Subject: Sun Apr 28 01:11:42 PDT 2013 --- community/libwapcaplet/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'community/libwapcaplet') diff --git a/community/libwapcaplet/PKGBUILD b/community/libwapcaplet/PKGBUILD index 62c641f11..e9425b8c5 100644 --- a/community/libwapcaplet/PKGBUILD +++ b/community/libwapcaplet/PKGBUILD @@ -1,17 +1,19 @@ -# $Id: PKGBUILD 70913 2012-05-18 23:56:14Z arodseth $ +# $Id: PKGBUILD 89126 2013-04-26 23:37:42Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Brad Fanella # Contributor: Daniel J Griffiths pkgname=libwapcaplet -pkgver=0.1.1 +pkgver=0.2.0 pkgrel=1 -pkgdesc="String internment library with rapid string comparison" +pkgdesc='String internment library with rapid string comparison' arch=('x86_64' 'i686') -url="http://www.netsurf-browser.org/projects/libwapcaplet/" +url='http://www.netsurf-browser.org/projects/libwapcaplet/' license=('MIT') -source=("http://www.netsurf-browser.org/projects/releases/$pkgname-$pkgver-src.tar.gz") -sha256sums=('cf05159d7d515523697ce07228cff6a6339dc6bdcfec3e02e3b72d8b773f5258') +depends=('glibc') +makedepends=('netsurf-buildsystem') +source=("http://download.netsurf-browser.org/libs/releases/$pkgname-$pkgver-src.tar.gz") +sha256sums=('5fb49841ba335b0c7a1420d92c3a60480df63696c50353c02724aa8c6b45cb24') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf