git » namcap.git » commit 2b0196b

New upstream release.

author Evangelos Foutras
2015-11-01 15:11:51 UTC
committer Evangelos Foutras
2015-11-01 15:11:51 UTC
parent 51fa1afb16d01cb3eed7c7a03c252fe2e035f59c

New upstream release.

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index ec582de..6edbcc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=namcap
-pkgver=3.2.5
-pkgrel=3
+pkgver=3.2.6
+pkgrel=1
 pkgdesc="A Pacman package analyzer"
 arch=('any')
 url="http://projects.archlinux.org/namcap.git/"
@@ -12,11 +12,10 @@ depends=('python' 'pyalpm>=0.5' 'licenses'
          'binutils' 'elfutils' 'python-pyelftools')
 makedepends=('python-setuptools')
 source=(https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('5fb93f267766aaf9b399387af374f624849caf25')
+sha1sums=('a7d3f21b5df211c1e2cbfae80373e657d49d1b36')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i 's|usr/lib/libalpm.so.8|usr/lib/libalpm.so.9|' Namcap/tests/package/test_sodepends.py
 }
 
 build() {