summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark2024-08-26 18:35:05 +0200
committerMark2024-08-26 18:35:05 +0200
commitc48808c053f8e3e6040e908df42e1eb6dff2503f (patch)
treec57e88cd8a4b232929f264c8c9d3f15bdbcabb6e
parent23da828eb5b19e2820d8c5b7df74a1b83c985f36 (diff)
downloadaur-c48808c053f8e3e6040e908df42e1eb6dff2503f.tar.gz
Version bump to 4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea81d126c6b..a2ba9139f0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ani-cli
pkgdesc = A cli to browse and watch anime.
- pkgver = 4.8
- pkgrel = 2
+ pkgver = 4.9
+ pkgrel = 1
url = https://github.com/pystardust/ani-cli
install = ani-cli.install
arch = any
@@ -14,7 +14,7 @@ pkgbase = ani-cli
depends = ffmpeg
depends = fzf
optdepends = vlc: An alternative video player
- source = ani-cli-4.8.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v4.8.tar.gz
- sha256sums = 9857bf88a1cbef4580dea52da349d3b23d2288b67a03fdd7b6c5c1b35d08351d
+ source = ani-cli-4.9.tar.gz::https://github.com/pystardust/ani-cli/archive/refs/tags/v4.9.tar.gz
+ sha256sums = bdd5e3c264ab67760b13d34174ec86c3da3aaaaacda3ba529d8b2648bce2ef08
pkgname = ani-cli
diff --git a/PKGBUILD b/PKGBUILD
index 762ac653035a..b99d170f220e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark <mark at sgtxd dot de >
pkgname='ani-cli'
-pkgver=4.8
-pkgrel=2
+pkgver=4.9
+pkgrel=1
pkgdesc="A cli to browse and watch anime."
arch=('any')
url="https://github.com/pystardust/ani-cli"
@@ -9,7 +9,7 @@ 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=('9857bf88a1cbef4580dea52da349d3b23d2288b67a03fdd7b6c5c1b35d08351d')
+sha256sums=('bdd5e3c264ab67760b13d34174ec86c3da3aaaaacda3ba529d8b2648bce2ef08')
install="$pkgname.install"
package() {