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

Angel Velásquez angvp at archlinux.org
Wed Nov 10 20:05:00 UTC 2010


    Date: Wednesday, November 10, 2010 @ 15:05:00
  Author: angvp
Revision: 98518

upgpkg: botan 1.8.11-1
Updating to 1.8.11

Modified:
  botan/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-10 17:18:14 UTC (rev 98517)
+++ PKGBUILD	2010-11-10 20:05:00 UTC (rev 98518)
@@ -1,28 +1,25 @@
 # $Id$
-# Maintainer:
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: d'Ronin <daronin at 2600.com>
-
 pkgname=botan
-pkgver=1.8.8
+pkgver=1.8.11
 pkgrel=1
 pkgdesc="BSD-licensed crypto library written in C++"
 license=('BSD')
 arch=('i686' 'x86_64')
 url="http://botan.randombit.net/"
 depends=('gcc-libs' 'sh')
-makedepends=('python')
+makedepends=('python2')
 source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
-md5sums=('1e84ad0916c5d08e605ebdc4b84c9415')
 options=('force')
+md5sums=('ccb2c3cb8a324214a89b45a03422870b')
 
 build() {
   cd ${srcdir}/Botan-${pkgver}
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' configure.py
   ./configure.py --prefix=/usr
-  make || return 1
-}
-
-package() {
-  cd ${srcdir}/Botan-${pkgver}
+  make 
   make DESTDIR=${pkgdir}/usr install
 }
+




More information about the arch-commits mailing list