summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangjinqiang2021-04-13 09:30:35 +0000
committerzhangjinqiang2021-04-13 17:30:35 +0800
commit12ef365c753bbcd5304499dda0b4e935171b8126 (patch)
treeb5beb1e909f5490cf3bb85043df68c9239c62334
parentd83d43a04b441c187520b3d956da9408e90f8d8d (diff)
downloadaur-12ef365c753bbcd5304499dda0b4e935171b8126.tar.gz
update makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b8b785f3117..0254cf7211bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pyelftools-git
pkgdesc = Python library for analyzing ELF files and DWARF debugging information
- pkgver = v0.24.r45.gc1f9021
+ pkgver = v0.27.r7.g46187f4
pkgrel = 1
url = https://github.com/eliben/pyelftools
arch = any
license = custom:Public Domain
- makedepends = python
- makedepends = python2
+ makedepends = python-setuptools
+ makedepends = python2-setuptools
+ makedepends = git
options = !strip
source = git+https://github.com/eliben/pyelftools.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 53efb83b569d..3799f8ccb022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgbase=python-pyelftools-git
pkgname=('python2-pyelftools-git' 'python-pyelftools-git')
_pkgname=pyelftools
-pkgver=v0.24.r45.gc1f9021
+pkgver=v0.27.r7.g46187f4
pkgrel=1
pkgdesc='Python library for analyzing ELF files and DWARF debugging information'
url='https://github.com/eliben/pyelftools'
arch=('any')
license=('custom:Public Domain')
-makedepends=('python' 'python2')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
options=('!strip')
source=('git+https://github.com/eliben/pyelftools.git')
sha512sums=('SKIP')