summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornullableVoidPtr2022-06-16 02:10:11 +0800
committernullableVoidPtr2022-06-16 02:10:11 +0800
commit9bd5eb37d4241f35a1d21ee55c3598d1b0f6691e (patch)
tree754253594acc6266fe452602cb185207075b2959 /PKGBUILD
parentea32236c75ef3f0a063bf60fea14bb536bdca02c (diff)
downloadaur-python-pefile-git.tar.gz
Add python to depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95d044197cef..32ff8b7441fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@ _gitname='pefile'
pkgname="python-${_gitname}-git"
_gitauthor='erocarrera'
pkgver=v2022.5.30.r3.g0d5ce5e
-pkgrel=1
+pkgrel=2
pkgdesc="A Python module to read and work with PE (Portable Executable) files"
url="https://github.com/${_gitauthor}/${_gitname}"
arch=('any')
license=('MIT')
+depends=('python')
makedepends=('git' 'python-setuptools')
provides=(${pkgname%-*})
conflicts=(${pkgname%-*})