[arch-commits] Commit in botan/trunk (PKGBUILD)
    Andrea Scarpino 
    andrea at archlinux.org
       
    Sat Nov 21 04:36:13 UTC 2009
    
    
  
    Date: Friday, November 20, 2009 @ 23:36:13
  Author: andrea
Revision: 59180
upgpkg: botan 1.9.3-1
    upstream release
Modified:
  botan/trunk/PKGBUILD
----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-21 01:56:10 UTC (rev 59179)
+++ PKGBUILD	2009-11-21 04:36:13 UTC (rev 59180)
@@ -1,10 +1,10 @@
 # $Id$
-# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: d'Ronin <daronin at 2600.com>
 
 pkgname=botan
-pkgver=1.8.5
-pkgrel=2
+pkgver=1.9.3
+pkgrel=1
 pkgdesc="BSD-licensed crypto library written in C++."
 license=('BSD')
 arch=('i686' 'x86_64')
@@ -12,6 +12,7 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python')
 source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
+md5sums=('69fbe05ab71571588784f360f6065a6d')
 
 build() {
   cd ${srcdir}/Botan-${pkgver}
@@ -19,5 +20,3 @@
   make || return 1
   make DESTDIR=${pkgdir}/usr install
 }
-md5sums=('26d5d7488bacd12a3779cb3750692399')
-
    
    
More information about the arch-commits
mailing list