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: 83b258bd7123abd276fdc54e636a646e18fb236f
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index f734332..1df5148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,27 @@
-generated-by = makedeb-makepkg
-
-pkgbase = ytfzf
- pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
- pkgver = 2.3
- pkgrel = 2
- url = https://github.com/pystardust/ytfzf
- arch = any
- license = GPL3
- makedepends = make
- depends = jq
- depends = mpv
- optdepends = dmenu: use dmenu for search prompts and results
- optdepends = rofi: use rofi for search prompts and results
- optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works only with the latest fzf version
- optdepends = ueberzug: thumbnails image preview
- optdepends = yt-dlp: to download videos
- provides = ytfzf
- conflicts = ytfzf
- source = https://github.com/pystardust/ytfzf/archive/v2.3.tar.gz
- sha512sums = a282f578459ec53e725d1089a5b5efb78dcc66684ce572d0318f6bfd6e222b706418c77eeeca34d4015ed2bae1cb54de10edaab36522d6012c2ac421796ef34b
-
+generated-by = makedeb
pkgname = ytfzf
+pkgbase = ytfzf
+pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
+pkgrel = 1
+pkgver = 2.4.0
+url = https://github.com/pystardust/ytfzf
+arch = any
+conflicts = ytfzf
+depends = jq
+depends = mpv
+license = GPL3
+makedepends = make
+optdepends = dmenu: use dmenu for search prompts and results
+optdepends = rofi: use rofi for search prompts and results
+optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works only with the latest fzf version
+optdepends = ueberzug: thumbnails image preview
+optdepends = yt-dlp: to download videos
+provides = ytfzf
+source = https://github.com/pystardust/ytfzf/archive/v2.4.0.tar.gz
+sha512sums = 9b66d8b56bb8a35baf04a5d34614882f8302e2f543d12182188438c50a76cca1182d7ac3a4a7a3d80d7c924478fd3af7968701e5d5ab8531a9d6f4ed5b731ece
+makedepends = make
+optdepends = dmenu: use dmenu for search prompts and results
+optdepends = rofi: use rofi for search prompts and results
+optdepends = fzf: use fzf for results.Get it from the MPR as thumbnails works only with the latest fzf version
+optdepends = ueberzug: thumbnails image preview
+optdepends = yt-dlp: to download videos
diff --git a/PKGBUILD b/PKGBUILD
index a677edc..ec910e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver=2.3
-pkgrel=2
+pkgver=2.4.0
+pkgrel=1
pkgdesc="A posix script to find and watch youtube videos from the terminal Without API"
arch=('any')
url="https://github.com/pystardust/ytfzf"
@@ -19,7 +19,7 @@ optdepends=(
'yt-dlp: to download videos'
)
source=("https://github.com/pystardust/ytfzf/archive/v${pkgver}.tar.gz")
-sha512sums=("a282f578459ec53e725d1089a5b5efb78dcc66684ce572d0318f6bfd6e222b706418c77eeeca34d4015ed2bae1cb54de10edaab36522d6012c2ac421796ef34b")
+sha512sums=("9b66d8b56bb8a35baf04a5d34614882f8302e2f543d12182188438c50a76cca1182d7ac3a4a7a3d80d7c924478fd3af7968701e5d5ab8531a9d6f4ed5b731ece")
package() {
cd "$srcdir/${pkgname}-${pkgver}"