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: 6760e5128890c82c85954fa99bf1e91ac069a822
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index c28e947..5e55d73 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.4.1
+pkgver = 2.5.0
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.4.1.tar.gz
-sha512sums = f0be168d5fd32cc75f95d0533a093cb9e3aa238d39e024271d69f078b974da51504bd1fd65a34378085a148f1ddae68f6c2fdc15c7a56c2353ec3d6695451771
+source = https://github.com/pystardust/ytfzf/archive/v2.5.0.tar.gz
+sha512sums = 43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec
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 456f0dd..469b9a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname=ytfzf
-pkgver=2.4.1
+pkgver=2.5.0
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=("f0be168d5fd32cc75f95d0533a093cb9e3aa238d39e024271d69f078b974da51504bd1fd65a34378085a148f1ddae68f6c2fdc15c7a56c2353ec3d6695451771")
+sha512sums=("43e366694687be517a0b3da0d16e423f32046ab5de92368748e87c622f43e34bd1037f01b37fcb05ae8ce87ca536672cf3f5ca2b2608bab07ec9f4abeabb61ec")
package() {
cd "$srcdir/${pkgname}-${pkgver}"