git » namcap.git » commit 5d8c157

Minor release with patch for /usr move.

author Rémy Oudompheng
2012-05-12 06:18:21 UTC
committer Rémy Oudompheng
2012-05-12 06:18:21 UTC
parent 6d7e36e4e817152f04b23ab964818395b60d2f82

Minor release with patch for /usr move.

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f2443b8..718e18e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=namcap
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'pyalpm>=0.5' 'licenses'
          'binutils' 'elfutils' 'python-pyelftools')
 makedepends=('python-distribute')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('9381b3801b2709cc0553096bf692c6bf57e9b373')
+sha1sums=('5a9d396d7103961b3f5776231f8b43c577436f20')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}