author | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 10:12:34 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-09-19 10:12:34 UTC |
parent | c178dc56299241031184eb4c3de1c028ec755065 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 08c243b..78959ac 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=python-pyelftools _pypiname=pyelftools pkgver=0.23 -pkgrel=1 +pkgrel=2 pkgdesc="Python library for analyzing ELF files and DWARF debugging information" arch=('any') url="https://github.com/eliben/pyelftools" license=('custom') depends=('python') source=("${_pypiname}-${pkgver}.zip::https://github.com/eliben/pyelftools/archive/v${pkgver}.zip") -sha1sums=('49cc8d9efb1b7b2a5ae11cf3f9757e0c469049c8') +sha1sums=('553de375ae13e5cd96efd2d9fe439aacbfbe1806') build() { cd ${srcdir}/${_pypiname}-${pkgver}