summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2024-04-15 11:32:03 +0200
committerRicardo Band2024-04-15 11:32:03 +0200
commit1c46f2571bbb9c1388165d69c3988f0d97735dbb (patch)
tree6e55b117d817d721f93835781042cf88f879e560
parent7ed5ac870120d490bc149d9b4bbfcc34f39a6043 (diff)
downloadaur-1c46f2571bbb9c1388165d69c3988f0d97735dbb.tar.gz
fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 468b37215d34..7f466e460b96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = virtualfish
pkgrel = 4
url = https://github.com/justinmayer/virtualfish
arch = any
- license = custom:MIT
+ license = MIT
makedepends = python-build
makedepends = python-wheel
makedepends = python-installer
diff --git a/PKGBUILD b/PKGBUILD
index cf691d4ff1fa..291c017fb8df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=4
pkgdesc="Fish shell tool for managing Python virtual environments"
arch=("any")
url=https://github.com/justinmayer/virtualfish
-license=("custom:MIT")
+license=("MIT")
depends=("fish" "python-packaging" "python-pkgconfig" "python-psutil" "python-virtualenv" "python-setuptools")
makedepends=("python-build" "python-wheel" "python-installer" "python-poetry-core")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")