Date: Monday, March 14, 2011 @ 18:45:19 Author: remy Revision: 114638
Bug fix release 3.0.2 Modified: namcap/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-03-14 21:01:58 UTC (rev 114637) +++ PKGBUILD 2011-03-14 22:45:19 UTC (rev 114638) @@ -3,7 +3,7 @@ # Contributor: Hugo Doria <[email protected]> pkgname=namcap -pkgver=3.0.1 +pkgver=3.0.2 pkgrel=1 pkgdesc="A Pacman package analyzer" arch=('any') @@ -12,7 +12,7 @@ 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}
