summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5e8748e07f..b8d680f48b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark <mark at sgtxd dot de >
pkgname='ani-cli'
-pkgver=4.6
+pkgver=4.7
pkgrel=1
pkgdesc="A cli to browse and watch anime."
arch=('any')
@@ -9,11 +9,10 @@ license=('GPL3')
depends=('grep' 'sed' 'curl' 'mpv' 'aria2' 'ffmpeg' 'fzf')
optdepends=('vlc: An alternative video player')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('cdb02cb5d02076a940fb4605caa180d117061c19701e37783059d44edaafd875')
+sha256sums=('2863952146ec15d3c755d40322dc93ecb670331f7a8004a659c5f82525f087ca')
+install="$pkgname.install"
package() {
- echo "Disclaimer: This project is to be used at the user's own risk, based on their government and laws."
-
cd "$srcdir/$pkgname-$pkgver"
install -Dm755 "./ani-cli" "$pkgdir/usr/bin/ani-cli"
install -Dm644 "./ani-cli.1" "$pkgdir/usr/share/man/man1/ani-cli.1"