summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Züger2023-10-19 09:59:25 +0200
committerPeter Züger2023-10-19 09:59:25 +0200
commit469371d4127d1f7a23671b3d4279f1273ba06469 (patch)
treee4f40db5eafac2b535b4524cb1c5a780b5c53ebc /PKGBUILD
parent02524020a4880f21189d0855b4aee2af457d8799 (diff)
downloadaur-469371d4127d1f7a23671b3d4279f1273ba06469.tar.gz
fixed: license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27ee14c57d8c..832d405014e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="This module performs conversions between Python values and C bit field structs represented as Python byte strings"
arch=('any')
url="https://github.com/eerimoq/bitstruct"
-license=('custom')
+license=('MIT')
makedepends=('python-setuptools')
depends=('python')
source=("https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/${_pkgname}-${pkgver}.tar.gz")