diff options
author | Klaus Alexander Seistrup | 2024-05-03 09:37:39 +0200 |
---|---|---|
committer | Klaus Alexander Seistrup | 2024-05-03 09:37:39 +0200 |
commit | e39f5b5e88e73e952d593a0c501c599ca22b6902 (patch) | |
tree | 521295ce17808abdcb55273b29e5ea1b64b509c5 | |
parent | e5593e92b63dcfc5cc91d9fea9bc8608ed582ddb (diff) | |
download | aur-e39f5b5e88e73e952d593a0c501c599ca22b6902.tar.gz |
Project is actually MIT licensed now
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ pkgbase = python-jh2-git pkgdesc = HTTP/2 State-Machine based protocol implementation (built from latest commit) pkgver = 5.0.3.r0.g66b5a7d - pkgrel = 2 + pkgrel = 3 url = https://github.com/jawah/h2 arch = aarch64 arch = x86_64 - license = Apache-2.0 + license = MIT makedepends = git makedepends = python-build makedepends = python-installer @@ -5,11 +5,11 @@ pkgname='python-jh2-git' _pkgname="${pkgname/-git/}" _srcname="${_pkgname/python-/}" pkgver=5.0.3.r0.g66b5a7d -pkgrel=2 +pkgrel=3 pkgdesc='HTTP/2 State-Machine based protocol implementation (built from latest commit)' arch=('aarch64' 'x86_64') url='https://github.com/jawah/h2' -license=('Apache-2.0') # SPDX-License-Identifier: Apache-2.0 +license=('MIT') # SPDX-License-Identifier: MIT depends=( 'gcc-libs' 'glibc' |