summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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%-*})