diff options
author | Isaac David <isacdaavid@isacdaavid.info> | 2017-12-01 23:39:19 -0600 |
---|---|---|
committer | Isaac David <isacdaavid@isacdaavid.info> | 2017-12-01 23:39:19 -0600 |
commit | 9f33b4ebc330a7fc84dc0195f50896d058dbcf45 (patch) | |
tree | a155695995f47e94943ec3e93437e33cbc46f9b5 /pcr/avideo | |
parent | 0f7c95d2d0f81762427c7e7e2606fead048c9f1f (diff) | |
download | abslibre-9f33b4ebc330a7fc84dc0195f50896d058dbcf45.tar.gz abslibre-9f33b4ebc330a7fc84dc0195f50896d058dbcf45.tar.bz2 abslibre-9f33b4ebc330a7fc84dc0195f50896d058dbcf45.zip |
pcr/avideo: erase `replaces=(youtube-dl)`
this wasn't supposed to be there, i think. youtube-dl should have been
deleted otherwise.
Diffstat (limited to 'pcr/avideo')
-rw-r--r-- | pcr/avideo/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pcr/avideo/PKGBUILD b/pcr/avideo/PKGBUILD index 1ce4145ca..e0929e9f9 100644 --- a/pcr/avideo/PKGBUILD +++ b/pcr/avideo/PKGBUILD @@ -8,7 +8,6 @@ pkgdesc="A small command-line program to download videos from YouTube.com and a arch=('any') url="https://notabug.org/GPast/avideo" license=('GPL3') -replaces=('youtube-dl') conflicts=('youtube-dl') provides=('youtube-dl' 'avideo') depends=('python' 'python-setuptools') |