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

andyrtr at archlinux.org andyrtr at archlinux.org
Mon Dec 21 16:23:22 UTC 2009


    Date: Monday, December 21, 2009 @ 11:23:22
  Author: andyrtr
Revision: 61662

upgpkg: libgcrypt 1.4.5-1
    new version 1.4.5

Modified:
  libgcrypt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-21 16:12:56 UTC (rev 61661)
+++ PKGBUILD	2009-12-21 16:23:22 UTC (rev 61662)
@@ -2,23 +2,23 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libgcrypt
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.4.5
+pkgrel=1
 pkgdesc="a general purpose crypto library based on the code used"
 arch=(i686 x86_64)
 url="http://www.gnupg.org"
 license=('LGPL')
 groups=('base')
-depends=('libgpg-error>=1.6' 'texinfo')
+depends=('libgpg-error>=1.7')
 options=(!libtool)
 source=(#ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2
 	ftp://ftp.franken.de/pub/crypt/mirror/ftp.gnupg.org/gcrypt/libgcrypt/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('34105aa927e23c217741966496b97e67')
+md5sums=('cc2017ad09b4543f8b3b5e9a53cfd89d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  # keep static library for , needed for cryptsetup
   ./configure --prefix=/usr --disable-padlock-support
   make || return 1
   make DESTDIR=${pkgdir} install || return 1
-  rm -f ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list