summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2022-10-28 01:17:49 +0200
committerPopolon2022-10-28 01:17:49 +0200
commitc68ac8975399b8390be649d5508ef4ef8202ddcc (patch)
treed296c252502cea641720a9f29c063f56604827fc /PKGBUILD
parent1486b641510417d9ac372166f1fd3a038b4bcf09 (diff)
downloadaur-c68ac8975399b8390be649d5508ef4ef8202ddcc.tar.gz
change license name from "ISC License" to "ISC", remove python2-setuptools dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e31b1ee07541..b75fcac9fd52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=python-kconfiglib
_name=kconfiglib
_dir=Kconfiglib
pkgver=14.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A flexible Python Kconfig implementation"
arch=('any')
url="https://pypi.org/project/kconfiglib/"
-license=('ISC License')
-makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+makedepends=('python-setuptools')
source=("https://github.com/ulfalizer/${_name}/archive/v${pkgver}.tar.gz")
sha512sums=('929a75f9b9f74ad7d4190c15d7178b94ee0a6d1fb71d85e2942935e3a9370a4f2483d8b49123d41d6610841ad9efde1dc4c14fc5231a08379d438a486ed3f97c')