summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f38c3f8c7be0..1cecdfc5ca30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = python-pyelftools-git
pkgdesc = Python library for analyzing ELF files and DWARF debugging information
pkgver = 0.29_r643.g3ee5c0e
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eliben/pyelftools
arch = any
- license = custom:Public
- license = Domain
+ license = custom:Public Domain
makedepends = git
makedepends = python-build
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index 5d950124be88..1372e823cef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
_pkgname=pyelftools
pkgname=python-$_pkgname-git
pkgver=0.29_r643.g3ee5c0e
-pkgrel=1
+pkgrel=2
pkgdesc='Python library for analyzing ELF files and DWARF debugging information'
url="https://github.com/eliben/$_pkgname"
arch=(any)
-license=(custom:Public Domain)
+license=("custom:Public Domain")
depends=(python)
makedepends=(git python-build python-installer python-wheel python-setuptools)
conflicts=(${pkgname%-git})