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

Douglas Soares de Andrade douglas at archlinux.org
Sun Oct 19 10:05:58 UTC 2008


    Date: Sunday, October 19, 2008 @ 06:05:58
  Author: douglas
Revision: 15819

upgpkg: biopython 1.48-1

Modified:
  biopython/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-10-19 10:05:33 UTC (rev 15818)
+++ PKGBUILD	2008-10-19 10:05:58 UTC (rev 15819)
@@ -2,16 +2,17 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=biopython
-pkgver=1.44
+pkgver=1.48
 pkgrel=1
 pkgdesc="Biopython: freely available Python tools for computational molecular biology"
 arch=("i686" "x86_64")
 url="http://www.biopython.org"
 license=('custom')
-depends=('glibc' 'python>=2.5.1' 'python-numeric' 'python-egenix-mx-base' 'mysql-python')
+depends=('glibc' 'python>=2.5.2' 'python-numeric' 'python-egenix-mx-base' 'mysql-python')
 makedepends=('gcc')
 source=("$url/DIST/$pkgname-$pkgver.tar.gz")
 
+md5sums=('b049e3af8128bea68e4e86b55c6d0996')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -20,5 +21,3 @@
   yes | python setup.py install --root=$startdir/pkg
   install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 }
-md5sums=('762c7a358af9dc58b712b8b4bb99d0c2')
-sha1sums=('ca2a35c9e92a219256fe4fc2a232df5328f9f5d9')




More information about the arch-commits mailing list