makedeb
Python script for watching movies and TV shows via the terminal.
Click here to go back to the commit logs for mov-cli-git.
Hash: 38e5489475585aa4edc6b652842741a8a2e6771e
Message: fix license
diff --git a/.SRCINFO b/.SRCINFO
index f8aeb10..97a37ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mov-cli-git
pkgbase = mov-cli-git
pkgdesc = Python script for watching movies and TV shows via the terminal.
pkgrel = 1
-pkgver = 4.4.1.r404.6ea5e5d
+pkgver = 4.4.5.r429.e70bdfc
url = https://github.com/mov-cli/mov-cli
arch = all
conflicts = mov-cli
@@ -18,7 +18,7 @@ depends = python3-deprecation
depends = python3-thefuzz
depends = python3-decouple
depends = mpv
-license = GPL3
+license = MIT
makedepends = git
makedepends = python3-build
makedepends = python3-installer
diff --git a/PKGBUILD b/PKGBUILD
index ccd991e..0cfabe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: Anakojm (AUR) <https://anakojm.net/a-propos/#contact>
_pkgname='mov-cli'
pkgname='mov-cli-git'
-pkgver=4.4.1.r404.6ea5e5d
+pkgver=4.4.5.r429.e70bdfc
pkgrel=1
pkgdesc="Python script for watching movies and TV shows via the terminal."
arch=('all')
url="https://github.com/mov-cli/mov-cli"
-license=('GPL3')
+license=('MIT')
makedepends=('git' 'python3-build' 'python3-installer' 'python3-wheel')
depends=('python3-httpx' 'python3-toml' 'python3-devgoldyutils' 'python3-typer' 'python3-inquirer' 'python3-bs4' 'python3-unidecode' 'python3-deprecation' 'python3-thefuzz' 'python3-decouple' 'mpv')
optdepends=("fzf"
@@ -47,5 +47,5 @@ package() {
# doc
install -Dm644 "README.md" "$pkgdir/usr/share/doc/$_pkgname/readme"
install -Dm644 "disclaimer.md" "$pkgdir/usr/share/doc/$_pkgname/disclaimer"
- ln -s /usr/share/common-licenses/GPL-3 "$pkgdir/usr/share/doc/$_pkgname/"
+ install -Dm644 "LICENSE" "$pkgdir/usr/share/doc/$_pkgname/license"
}