summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark2023-08-12 11:57:52 +0200
committerMark2023-08-12 11:57:52 +0200
commit6701a0dd225125fdae53aae17ddb93943b36efaf (patch)
tree2b4744e154c138a17838f2d3f136f89dd941eee4 /PKGBUILD
parentf62b6b30344c9ca55812f010e9e9abf3bff1a26e (diff)
downloadaur-6701a0dd225125fdae53aae17ddb93943b36efaf.tar.gz
Version bump to 4.6 and added a disclaimer
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 147a22730baa..db5e8748e07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark <mark at sgtxd dot de >
pkgname='ani-cli'
-pkgver=4.5
+pkgver=4.6
pkgrel=1
pkgdesc="A cli to browse and watch anime."
arch=('any')
@@ -9,10 +9,13 @@ 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=('befb8fc09d52de02c8df5af95c082df5e85927045b8e18cab2d45e4bd42f57ba')
+sha256sums=('cdb02cb5d02076a940fb4605caa180d117061c19701e37783059d44edaafd875')
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"
}
+