git » namcap.git » commit 3d0c399

New release.

author Rémy Oudompheng
2012-02-04 14:35:07 UTC
committer Rémy Oudompheng
2012-02-04 14:35:07 UTC
parent 08c40f2cc6b25ca5e58fcf3dae231ff3dfea506f

New release.

PKGBUILD +6 -4

diff --git a/PKGBUILD b/PKGBUILD
index e4e7a7e..4fb4762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=namcap
-pkgver=3.2.1
-pkgrel=2
+pkgver=3.2.2
+pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="http://projects.archlinux.org/namcap.git/"
 license=('GPL')
-depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
+depends=('python' 'pyalpm>=0.5' 'licenses'
+         # Utilities for executable analysis.
+         'binutils' 'elfutils' 'prelink')
 makedepends=('python-distribute')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b5e612e9c8b539620711597486877b92')
+sha1sums=('2d5a8111cbdf64a3e52ab15fe6c5ef52de515f02')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}