makedeb


ytfzf 2.6.2-1


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.

Commit:


Hash: df2ae6f5c5ab4504c688ba5e714ae73cf338afef

Message: added replace function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index a9bd731..1ca2681 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+generated-by = makedeb-makepkg
+
 pkgbase = ytfzf
 	pkgdesc = A posix script to find and watch youtube videos from the terminal Without API
 	pkgver = 1.2.0
@@ -13,6 +15,9 @@ pkgbase = ytfzf
 	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
+	provides = ytfzf
+	conflicts = ytfzf
+	replaces = ytfzf
 	source = https://github.com/pystardust/ytfzf/archive/v1.2.0.tar.gz
 	sha256sums = 244205d59f4fbab30c87740b7181c387a1892e23d8e20a034adcfaa686130fa7
 
diff --git a/PKGBUILD b/PKGBUILD
index de26c11..a4f6e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,9 @@ arch=('any')
 url="https://github.com/pystardust/ytfzf"
 license=('GPL3')
 depends=('jq' 'mpv' 'youtube-dl')
+provides=('ytfzf')
+conflicts=('ytfzf')
+replaces=('ytfzf')
 makedepends=('make')
 optdepends=(
     'dmenu: use dmenu for search prompts and results'