author | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 17:26:49 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-03 17:26:49 UTC |
parent | 65c785d6893d9793f47c2b52ed670fb44a10d2ac |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 8688cb0..a4b2690 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = python-pyelftools pkgdesc = Python library for analyzing ELF files and DWARF debugging information pkgver = 0.31 - pkgrel = 1 + pkgrel = 2 url = https://github.com/eliben/pyelftools arch = any license = custom:Public Domain diff --git a/PKGBUILD b/PKGBUILD index 5de5c67..154d7a8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=python-pyelftools _pkgname=pyelftools pkgver=0.31 -pkgrel=1 +pkgrel=2 pkgdesc='Python library for analyzing ELF files and DWARF debugging information' url='https://github.com/eliben/pyelftools' arch=('any')