summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkanehekili2021-11-23 00:48:28 +0100
committerkanehekili2021-11-23 00:48:28 +0100
commitb32d33e04a64c1150fae49e2f87979d111d39126 (patch)
tree14e299892df5fa4657a1a2f88d66e9f7842bcfcf /PKGBUILD
parent3bd68b9547ae7ce4405bbc1a5f1ab350a813ed13 (diff)
downloadaur-b32d33e04a64c1150fae49e2f87979d111d39126.tar.gz
Fix missing file removal
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 59d5d7a3ee34..b205080be1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ytdownloader
wsp=YtDownloader
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="GKT3 frontend for yt-dlp (the active branch of youtube-dl) with focus on best audio and video. Uses ffmpeg for joining audio & video"
url="https://github.com/kanehekili/YoutubeDownloader"
license=('GPL2' 'MIT')
@@ -18,7 +18,6 @@ package(){
mkdir -p "${pkgdir}/usr/bin"
rm $srcdir/$wsp/install.sh
rm $srcdir/$wsp/uninstall.sh
- rm $srcdir/$wsp/installYoutube-dl.sh
cp $srcdir/$wsp/YtGui.desktop $pkgdir/usr/share/applications
cp -r $srcdir/$wsp/* $pkgdir/opt/$pkgname
if ! test -f "/usr/local/bin/yt-dlp"; then