[arch-commits] Commit in python-pyelftools/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Sep 19 10:12:34 UTC 2015
Date: Saturday, September 19, 2015 @ 12:12:34
Author: fyan
Revision: 246589
upgpkg: python-pyelftools 0.23-2
rebuild for python 3.5
Modified:
python-pyelftools/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-19 10:12:27 UTC (rev 246588)
+++ PKGBUILD 2015-09-19 10:12:34 UTC (rev 246589)
@@ -4,7 +4,7 @@
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"
@@ -11,7 +11,7 @@
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}
More information about the arch-commits
mailing list