summarylogtreecommitdiffstats
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
parent02524020a4880f21189d0855b4aee2af457d8799 (diff)
downloadaur-469371d4127d1f7a23671b3d4279f1273ba06469.tar.gz
fixed: license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d3f756f9fd1..d88241318965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-bitstruct
pkgrel = 1
url = https://github.com/eerimoq/bitstruct
arch = any
- license = custom
+ license = MIT
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/35/30/bbca95e38135ab88e95532b5b5d45287c34aa0066a9b8dd9b4f13ffdefd3/bitstruct-8.17.0.tar.gz
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")