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

Rémy Oudompheng remy at archlinux.org
Thu Oct 20 20:16:07 UTC 2011


    Date: Thursday, October 20, 2011 @ 16:16:07
  Author: remy
Revision: 140985

upgpkg: namcap 3.2.1-1

Bug fixes, add binutils dependency for readelf.

Modified:
  namcap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-20 15:35:19 UTC (rev 140984)
+++ PKGBUILD	2011-10-20 20:16:07 UTC (rev 140985)
@@ -3,16 +3,16 @@
 # Contributor: Hugo Doria <hugo at archlinux.org>
 
 pkgname=namcap
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="http://projects.archlinux.org/namcap.git/"
 license=('GPL')
-depends=('python' 'pyalpm>=0.5' 'licenses')
+depends=('python' 'pyalpm>=0.5' 'binutils' 'licenses')
 makedepends=('python-distribute')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('5fc3139ddc38873e5b8b3b43606061a6')
+md5sums=('b5e612e9c8b539620711597486877b92')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}




More information about the arch-commits mailing list