summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWeebNetsu2022-06-26 14:31:33 +0200
committerWeebNetsu2022-06-26 14:31:33 +0200
commite7296c3507b4d34824f8e58c0db2e47b9fe782fc (patch)
tree9f9e60a6f03ca382539d9ef133c8f6bbe2a856fd
parenta8365087bfad5c243e5f3db8882a366185dfb095 (diff)
downloadaur-e7296c3507b4d34824f8e58c0db2e47b9fe782fc.tar.gz
Fixed yt-dlp location bug
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2c1b6cbd1a3..24815f6c4e34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ytbgmplayer-git
pkgdesc = A lightweight youtube background music player
- pkgver = 1.2.10.r2.5a1a743
+ pkgver = 1.2.11.r3.a836508
pkgrel = 1
url = https://github.com/WeebNetsu/yt-playlist-bgm-player.git
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cfdf7689f241
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/
+src/
+yt-playlist*
+ytbgmplayer* \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 1c3ab791ec2d..f66127c9d13d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stephen <stephenvdw.social@gmail.com>
pkgname=ytbgmplayer-git
-pkgver=1.2.10.r2.5a1a743
+pkgver=1.2.11.r3.a836508
pkgrel=1
# epoch=
pkgdesc="A lightweight youtube background music player"
@@ -34,14 +34,14 @@ md5sums=("SKIP")
pkgver(){
cd "${_pkgname}"
- printf "1.2.10.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.2.11.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
pwd
cd yt-playlist-bgm-player
export NIMBLE_DIR=nimble-data
- nimble build -d:release
+ nimble build -d:release -y
chmod +x ytbgmplayer
}