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

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 17 07:59:41 UTC 2013


    Date: Tuesday, December 17, 2013 @ 08:59:41
  Author: eric
Revision: 201631

upgpkg: gsasl 1.8.0-4

Rebuild against libgcrypt 1.6.0

Modified:
  gsasl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 06:38:09 UTC (rev 201630)
+++ PKGBUILD	2013-12-17 07:59:41 UTC (rev 201631)
@@ -3,7 +3,7 @@
 
 pkgname=gsasl
 pkgver=1.8.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple Authentication and Security Layer framework and a few common SASL mechanisms"
 arch=('i686' 'x86_64')
 url="http://josefsson.org/gsasl/"
@@ -13,6 +13,11 @@
 source=(ftp://ftp.gnu.org/gnu/gsasl/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('343fd97ae924dc406986c02fb9b889f4114239ae')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i 's|error too old libgcrypt|/*error too old libgcrypt*/|' lib/configure
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --with-gssapi-impl=mit




More information about the arch-commits mailing list