summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2024-05-03 09:37:39 +0200
committerKlaus Alexander Seistrup2024-05-03 09:37:39 +0200
commite39f5b5e88e73e952d593a0c501c599ca22b6902 (patch)
tree521295ce17808abdcb55273b29e5ea1b64b509c5
parente5593e92b63dcfc5cc91d9fea9bc8608ed582ddb (diff)
downloadaur-e39f5b5e88e73e952d593a0c501c599ca22b6902.tar.gz
Project is actually MIT licensed now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fa5d45df660..90cf3595f7cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 337c58585aeb..66aedf150830 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'