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

Andrea Scarpino andrea at archlinux.org
Fri Mar 5 17:28:21 UTC 2010


    Date: Friday, March 5, 2010 @ 12:28:20
  Author: andrea
Revision: 71250

upgpkg: botan 1.8.8-1
downgrade to stable branch

Modified:
  botan/trunk/PKGBUILD
Deleted:
  botan/trunk/ChangeLog

-----------+
 ChangeLog |    5 -----
 PKGBUILD  |   12 +++++++++---
 2 files changed, 9 insertions(+), 8 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2010-03-05 16:17:35 UTC (rev 71249)
+++ ChangeLog	2010-03-05 17:28:20 UTC (rev 71250)
@@ -1,5 +0,0 @@
-
-2009-08-01  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for x86_64: 1.8.5
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-05 16:17:35 UTC (rev 71249)
+++ PKGBUILD	2010-03-05 17:28:20 UTC (rev 71250)
@@ -1,22 +1,28 @@
 # $Id$
+# Maintainer:
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: d'Ronin <daronin at 2600.com>
 
 pkgname=botan
-pkgver=1.9.3
+pkgver=1.8.8
 pkgrel=1
-pkgdesc="BSD-licensed crypto library written in C++."
+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')
 source=(http://files.randombit.net/botan/Botan-${pkgver}.tgz)
-md5sums=('69fbe05ab71571588784f360f6065a6d')
+md5sums=('1e84ad0916c5d08e605ebdc4b84c9415')
+options=('force')
 
 build() {
   cd ${srcdir}/Botan-${pkgver}
   ./configure.py --prefix=/usr
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/Botan-${pkgver}
   make DESTDIR=${pkgdir}/usr install
 }




More information about the arch-commits mailing list