summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkanehekili2021-11-23 00:48:28 +0100
committerkanehekili2021-11-23 00:48:28 +0100
commitb32d33e04a64c1150fae49e2f87979d111d39126 (patch)
tree14e299892df5fa4657a1a2f88d66e9f7842bcfcf
parent3bd68b9547ae7ce4405bbc1a5f1ab350a813ed13 (diff)
downloadaur-b32d33e04a64c1150fae49e2f87979d111d39126.tar.gz
Fix missing file removal
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a176ef4b27e1..9d5945f5b560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ytdownloader
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
pkgver = 1.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kanehekili/YoutubeDownloader
arch = x86_64
license = GPL2
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