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

Eric Bélanger eric at archlinux.org
Sun Nov 8 22:01:38 UTC 2009


    Date: Sunday, November 8, 2009 @ 17:01:38
  Author: eric
Revision: 58533

upgpkg: biopython 1.52-1
    Upstream update

Modified:
  biopython/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-08 22:00:17 UTC (rev 58532)
+++ PKGBUILD	2009-11-08 22:01:38 UTC (rev 58533)
@@ -2,21 +2,21 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=biopython
-pkgver=1.51b
+pkgver=1.52
 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.6' 'python-numpy')
-makedepends=('gcc')
-source=("$url/DIST/$pkgname-$pkgver.tar.gz")
-md5sums=('9e0db224f8256c401e9c5c8335f6ffca')
+source=(http://www.biopython.org/DIST/$pkgname-$pkgver.tar.gz)
+md5sums=('87e31749d431ed8a2d4fa909a42a478f')
+sha1sums=('6dd295164a4cc0ff886e61bf29c798887c37f50c')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  yes | python setup.py build
+  cd "$srcdir/$pkgname-$pkgver"
+  yes | python setup.py build || return 1
   # python setup.py test
-  yes | python setup.py install --root=$startdir/pkg
-  install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
+  yes | python setup.py install --root="$pkgdir" || return 1
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }




More information about the arch-commits mailing list