summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2023-06-23 01:13:38 +0100
committerJoão Figueiredo2023-06-23 01:13:38 +0100
commitd5014467995a663f6950be112a89d21a57d39539 (patch)
tree103534de9308d6fbee4bb7965bf2e0e666808662 /PKGBUILD
parentc89bfd5bf965e04d6ff8e0108f204c581175b563 (diff)
downloadaur-python-pyelftools-git.tar.gz
Fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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})