summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoregnappahz2021-11-23 08:19:53 +0100
committeregnappahz2021-11-23 08:19:53 +0100
commit45f144f38bfd2d19a9d2a791ecfe4c6d603ca9de (patch)
treea13efb1d2885768254548472a5c84604014643b9
parent31d2aac44c56ebf3cddc73b612b29c6481c9a552 (diff)
downloadaur-45f144f38bfd2d19a9d2a791ecfe4c6d603ca9de.tar.gz
Woopsie
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--stillalive.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a63b13158c53..2d3a1e2dc6d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,6 @@ pkgbase = stillalive
depends = bash
provides = stillalive.sh
source = stillalive.sh
- sha256sums = 993001c8f621593d959a0c3e324ff8daaf9b3f57b89422f9477037fdd80da54f
+ sha256sums = 57bf2c77373b473456ab5eb87dfdc1cc861b3897808473cdb5050916692dbc3a
pkgname = stillalive
diff --git a/PKGBUILD b/PKGBUILD
index 3a81efa6c1ac..3d14f2f4f155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=(
)
provides=('stillalive.sh')
source=("stillalive.sh")
-sha256sums=('993001c8f621593d959a0c3e324ff8daaf9b3f57b89422f9477037fdd80da54f')
+sha256sums=('57bf2c77373b473456ab5eb87dfdc1cc861b3897808473cdb5050916692dbc3a')
prepare() {
echo "GLaDOS booting up ..."
diff --git a/stillalive.sh b/stillalive.sh
index 78389750f61e..ff6b69f22c15 100644
--- a/stillalive.sh
+++ b/stillalive.sh
@@ -169,7 +169,7 @@ echo -e "${BGREEN}DEBUG: You have all the binaries you need!...${NOCOLOR}"
if ! [ -f /var/cache/stillalive/Portal_-_Still_Alive.mp3 ]; then
echo -e "${BYELLOW}DEBUG: Caching music in local folder...${NOCOLOR}"
- youtube-dl --extract-audio --audio-format mp3 --restrict-filenames -o "/var/cache/stillalive/%(title)s.%(ext)s" https://www.youtube.com/watch?v=Y6ljFaKRTrI
+ yt-dlp --extract-audio --audio-format mp3 --restrict-filenames -o "/var/cache/stillalive/%(title)s.%(ext)s" https://www.youtube.com/watch?v=Y6ljFaKRTrI
else
echo -e "${BGREEN}DEBUG: Coolio: music is already cached!${NOCOLOR}"
fi