[arch-commits] Commit in serf/trunk (PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Fri Mar 8 20:38:02 UTC 2013


    Date: Friday, March 8, 2013 @ 21:38:01
  Author: eric
Revision: 179621

upgpkg: serf 1.2.0-1

Upstream update, Add check function

Modified:
  serf/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-08 20:34:20 UTC (rev 179620)
+++ PKGBUILD	2013-03-08 20:38:01 UTC (rev 179621)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Stéphane Gaudreault <stephane at archlinux.org>
 pkgname=serf
-pkgver=1.1.1
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="High-performance asynchronous HTTP client library"
 url="http://code.google.com/p/serf/"
@@ -9,7 +9,7 @@
 license=('Apache')
 depends=('apr' 'apr-util' 'openssl' 'zlib')
 source=(http://serf.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('1ec4689ef57e7c28e7371df00d0ccc3e32ef6457')
+sha1sums=('30b29bd9214d50887abcc20cf82096aaaf5d1d61')
 options=('!libtool')
 
 build() {
@@ -19,6 +19,12 @@
   make
 }
 
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make check
+}
+
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 




More information about the arch-commits mailing list