summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBao Trinh2023-04-12 20:45:25 -0500
committerBao Trinh2023-04-12 20:48:34 -0500
commitbfa822dda0824cf3d6b84c43d9dca85033879976 (patch)
treed0d6013b3cdf08fdf1be476e6edecd2587015e5c /PKGBUILD
parent65d714f66e2dff133d89cac0e831046e9a9d29a9 (diff)
downloadaur-bfa822dda0824cf3d6b84c43d9dca85033879976.tar.gz
correct license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9fc879bdcf5..40d47e78fcbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=python-cohost
pkgname=${_pkgname}-git
pkgver=0.2.5.r2.ga4aacd1
-pkgrel=1
+pkgrel=2
pkgdesc="A python library for Cohost.org!"
arch=('any')
url="https://github.com/valknight/Cohost.py"
-license=('BSD')
+license=('MIT')
depends=('python>3.6' 'python-requests')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel')
optdepends=()