Bump to main

This commit is contained in:
Asempere 2026-02-06 19:44:33 +00:00
parent cfe38bf4dd
commit 6dc796b497
2 changed files with 5 additions and 3 deletions

View file

@ -6,7 +6,9 @@ pkgbase = anicli-esp
arch = x86_64
license = MIT
makedepends = cargo
depends = mpv
depends = yt-dlp
source = anicli-esp-main.tar.gz::https://github.com/Asempere123123/anicli-esp/archive/main.tar.gz
sha256sums = ec49ff6dbc2cacb033c6899c6f6ff2a3fbb0ab553429a8b7796daa078ec9bdd2
sha256sums = ac3e2bee5579208b68d8e53450e17d4350f40617fd5d351d1c6e58eb68659c0e
pkgname = anicli-esp

View file

@ -7,7 +7,7 @@ pkgdesc="Ver anime subtitulado en Español desde el terminal"
arch=('x86_64')
url="https://github.com/Asempere123123/anicli-esp"
license=('MIT')
depends=()
depends=('mpv' 'yt-dlp')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/Asempere123123/$pkgname/archive/$pkgver.tar.gz")
@ -25,4 +25,4 @@ package() {
install -Dm644 "README.md" "$pkgdir/usr/share/doc/${pkgname}/README.md"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}
sha256sums=('ec49ff6dbc2cacb033c6899c6f6ff2a3fbb0ab553429a8b7796daa078ec9bdd2')
sha256sums=('ac3e2bee5579208b68d8e53450e17d4350f40617fd5d351d1c6e58eb68659c0e')