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

Angel Velásquez angvp at archlinux.org
Thu Jun 23 05:31:15 UTC 2011


    Date: Thursday, June 23, 2011 @ 01:31:14
  Author: angvp
Revision: 128341

upgpkg: botan 1.10.0-1
Bump release to 1.10.0

Modified:
  botan/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-23 00:20:18 UTC (rev 128340)
+++ PKGBUILD	2011-06-23 05:31:14 UTC (rev 128341)
@@ -3,7 +3,7 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: d'Ronin <daronin at 2600.com>
 pkgname=botan
-pkgver=1.8.11
+pkgver=1.10.0
 pkgrel=1
 pkgdesc="BSD-licensed crypto library written in C++"
 license=('BSD')
@@ -12,14 +12,17 @@
 depends=('gcc-libs' 'sh')
 makedepends=('python2')
 source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
-options=('force')
-md5sums=('ccb2c3cb8a324214a89b45a03422870b')
+md5sums=('1f03a6a84f402a12e50665868dddae99')
 
 build() {
   cd ${srcdir}/Botan-${pkgver}
   sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
   ./configure.py --prefix=/usr
   make 
+}
+
+package() {
+  cd ${srcdir}/Botan-${pkgver}
   make DESTDIR=${pkgdir}/usr install
 }
 




More information about the arch-commits mailing list