summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullableVoidPtr2022-06-16 02:10:11 +0800
committernullableVoidPtr2022-06-16 02:10:11 +0800
commit9bd5eb37d4241f35a1d21ee55c3598d1b0f6691e (patch)
tree754253594acc6266fe452602cb185207075b2959
parentea32236c75ef3f0a063bf60fea14bb536bdca02c (diff)
downloadaur-9bd5eb37d4241f35a1d21ee55c3598d1b0f6691e.tar.gz
Add python to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b89b96c91f..6bf66961f3d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-pefile-git
pkgdesc = A Python module to read and work with PE (Portable Executable) files
pkgver = v2022.5.30.r3.g0d5ce5e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/erocarrera/pefile
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
+ depends = python
provides = python-pefile
conflicts = python-pefile
source = python-pefile-git::git+https://github.com/erocarrera/pefile.git
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%-*})