makedeb
Python script for watching movies and TV shows via the terminal.
Click here to go back to the commit logs for mov-cli.
Hash: 4ad5d5729b09d9f5e1062220787e2e978a6c7467
Message: 4.4.7 and fix license
diff --git a/.SRCINFO b/.SRCINFO
index 4505459..c00fe45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = mov-cli
pkgbase = mov-cli
pkgdesc = Python script for watching movies and TV shows via the terminal.
pkgrel = 0
-pkgver = 4.4.5
+pkgver = 4.4.7
url = https://github.com/mov-cli/mov-cli
arch = all
depends = python3-httpx
@@ -17,7 +17,7 @@ depends = python3-deprecation
depends = python3-thefuzz
depends = python3-decouple
depends = mpv
-license = GPL3
+license = MIT
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
@@ -30,8 +30,8 @@ optdepends = python3-mov-cli-otaku-watcher: mov-cli v4 plugin for anime
optdepends = python3-mov-cli-film-central: mov-cli v4 plugin for films and shows
optdepends = python3-mov-cli-youtube: mov-cli v4 plugin for youtube
optdepends = python3-mov-cli-test: mov-cli v4 plugin for free films and animations in the CC
-source = mov-cli-4.4.5.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.4.5.tar.gz
-b2sums = 9adb6a39706721085aad431ba701bfb8d48d106504f6f9aab563ff37c57ffb639812feac6e05aea6275343da59e3facefe0f5f1cbd1174c3bec71624c3d70c92
+source = mov-cli-4.4.7.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/4.4.7.tar.gz
+b2sums = d53c6e09a5c12f783501df3457337ec288a5e0ab3868532a3105cb8c2f605b5845dea908698d6407bddc8fe6c871fd2a4e0ac33159724731c6fe1e08ef88e91b
makedepends = python3-build
makedepends = python3-installer
makedepends = python3-wheel
diff --git a/PKGBUILD b/PKGBUILD
index 5068567..8aab719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: exponential <echo ZXhwb25lbnRpYWxtYXRyaXhAcHJvdG9ubWFpbC5jb20K | base64 -d>
pkgname='mov-cli'
-pkgver=4.4.5
+pkgver=4.4.7
pkgrel=0
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=('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"
@@ -18,7 +18,7 @@ optdepends=("fzf"
"python3-mov-cli-youtube: mov-cli v4 plugin for youtube"
"python3-mov-cli-test: mov-cli v4 plugin for free films and animations in the CC")
source=("$pkgname-$pkgver.tar.gz::https://github.com/mov-cli/mov-cli/archive/refs/tags/$pkgver.tar.gz")
-b2sums=('9adb6a39706721085aad431ba701bfb8d48d106504f6f9aab563ff37c57ffb639812feac6e05aea6275343da59e3facefe0f5f1cbd1174c3bec71624c3d70c92')
+b2sums=('d53c6e09a5c12f783501df3457337ec288a5e0ab3868532a3105cb8c2f605b5845dea908698d6407bddc8fe6c871fd2a4e0ac33159724731c6fe1e08ef88e91b')
prepare() {
echo "Disclaimer: This project is to be used at the user's own risk, based on their government and laws."
@@ -38,5 +38,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"
}