makedeb
A posix script to find and watch youtube videos from the terminal Without API
Click here to go back to the commit logs for ytfzf.
Hash: f8915ff2e948095d9d3dc74053f601be1f91855e
Message: version bump
diff --git a/.SRCINFO b/.SRCINFO
index f179326..dfd068e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = ytfzf
pkgbase = ytfzf
pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
pkgrel = 1
-pkgver = 2.6.1
+pkgver = 2.6.2
url = https://github.com/pystardust/ytfzf
arch = any
conflicts = ytfzf
@@ -17,8 +17,8 @@ optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works
optdepends = ueberzug: thumbnails image preview
optdepends = yt-dlp: to download videos
provides = ytfzf
-source = https://github.com/pystardust/ytfzf/archive/v2.6.1.tar.gz
-sha512sums = 9266065352ae797bd5b8a2c71681b15599347ca38a519a21e84b42a0e8bb102c0937a02cbd6027c736ac0bdd7a6bc67fea664ecce5698032b4fef1ef0ec92c65
+source = https://github.com/pystardust/ytfzf/archive/v2.6.2.tar.gz
+sha512sums = 9c2d6d6fbd6a21385531523401c113b681d8fd3e3bc0f6566730e0de55a4e70a4d86bebced7cdf472cb145cc1247b79b25ba502ec7a79aee0d89ad816ba434ef
makedepends = make
optdepends = dmenu: use dmenu for search prompts and results
optdepends = rofi: use rofi for search prompts and results
diff --git a/PKGBUILD b/PKGBUILD
index 7de228f..00969db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver='2.6.1'
+pkgver='2.6.2'
pkgrel=1
pkgdesc="A posix script to find and watch youtube videos from the terminal Without API"
arch=('any')
@@ -19,7 +19,7 @@ optdepends=(
'yt-dlp: to download videos'
)
source=("https://github.com/pystardust/ytfzf/archive/v${pkgver}.tar.gz")
-sha512sums=("9266065352ae797bd5b8a2c71681b15599347ca38a519a21e84b42a0e8bb102c0937a02cbd6027c736ac0bdd7a6bc67fea664ecce5698032b4fef1ef0ec92c65")
+sha512sums=("9c2d6d6fbd6a21385531523401c113b681d8fd3e3bc0f6566730e0de55a4e70a4d86bebced7cdf472cb145cc1247b79b25ba502ec7a79aee0d89ad816ba434ef")
package() {
cd "$srcdir/${pkgname}-${pkgver}"