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: c8a6b71b54d54af1d11e39d9b5384dad1478b960

Message: removed replaces function

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 1ca2681..b9bb9b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = ytfzf
 	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 a4f6e1c..8cf63ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
 depends=('jq' 'mpv' 'youtube-dl')
 provides=('ytfzf')
 conflicts=('ytfzf')
-replaces=('ytfzf')
+# replaces=('ytfzf')
 makedepends=('make')
 optdepends=(
     'dmenu: use dmenu for search prompts and results'