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: 328de5f0dd11c919c164235ad201b161e8d44eed
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 79ff1ee..f179326 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.5.5
+pkgver = 2.6.1
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.5.5.tar.gz
-sha512sums = 811fbc1de1b23bddd988c74212f0d6b314e5a7998ebc06e0481d42a5e6afa530f10a0e749a293a76799eff1fc380ebd54210f5e152c6d8ab07fd39327544c9d7
+source = https://github.com/pystardust/ytfzf/archive/v2.6.1.tar.gz
+sha512sums = 9266065352ae797bd5b8a2c71681b15599347ca38a519a21e84b42a0e8bb102c0937a02cbd6027c736ac0bdd7a6bc67fea664ecce5698032b4fef1ef0ec92c65
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 5ec2596..7de228f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver='2.5.5'
+pkgver='2.6.1'
pkgrel=1
pkgdesc="A posix script to find and watch youtube videos from the terminal Without API"
arch=('any')
@@ -19,9 +19,7 @@ optdepends=(
'yt-dlp: to download videos'
)
source=("https://github.com/pystardust/ytfzf/archive/v${pkgver}.tar.gz")
-sha512sums=("811fbc1de1b23bddd988c74212f0d6b314e5a7998ebc06e0481d42a5e6afa530f10a0e749a293a76799eff1fc380ebd54210f5e152c6d8ab07fd39327544c9d7")
-
-
+sha512sums=("9266065352ae797bd5b8a2c71681b15599347ca38a519a21e84b42a0e8bb102c0937a02cbd6027c736ac0bdd7a6bc67fea664ecce5698032b4fef1ef0ec92c65")
package() {
cd "$srcdir/${pkgname}-${pkgver}"