git » namcap.git » commit 62d9e01

Release version 3.0.6

author Rémy Oudompheng
2011-04-02 02:34:29 UTC
committer Rémy Oudompheng
2011-04-02 02:34:29 UTC
parent b1bf7dc8388156688d7e7677c006b2bcae0f20ec

Release version 3.0.6

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 02df0ef..37271b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=namcap
-pkgver=3.0.5
+pkgver=3.0.6
 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=('0bd3881ca1f40b89e262fb2034dcbae5')
+md5sums=('308ff7a2ef8abb6e5d6c18b4cf496f8f')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}