git » namcap.git » commit 50c7017

Bug fix release 3.0.2

author Rémy Oudompheng
2011-03-14 22:45:19 UTC
committer Rémy Oudompheng
2011-03-14 22:45:19 UTC
parent 7d7b342e9a855ffa470ddbe693dad7f3144b92c5

Bug fix release 3.0.2

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 99503e6..e07b59a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=namcap
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
@@ -11,7 +11,7 @@ license=('GPL')
 depends=('python' 'licenses')
 makedepends=('python-distribute')
 source=(ftp://ftp.archlinux.org/other/$pkgname/${pkgname}-${pkgver}.tar.gz)
-md5sums=('824f845305495bbffbdb8af9760f1aad')
+md5sums=('a52fd106bdde473ab0b3e26d1d115a6b')
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}