summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWeebNetsu2022-10-20 17:34:18 +0200
committerWeebNetsu2022-10-20 17:34:18 +0200
commit82c629b541c6b5919ccb8639915dd8ecd8fb8011 (patch)
tree21eaaab8805d80be3682055958fc9e7dc0f4024d /PKGBUILD
parente7296c3507b4d34824f8e58c0db2e47b9fe782fc (diff)
downloadaur-82c629b541c6b5919ccb8639915dd8ecd8fb8011.tar.gz
Fixed bugs
Now if user enters an invalid playlist number, program tells them. Playlists are now played in order they were provided (if they were not shuffled)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f66127c9d13d..a043aecd7da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Stephen <stephenvdw.social@gmail.com>
pkgname=ytbgmplayer-git
-pkgver=1.2.11.r3.a836508
+pkgver=1.2.13.r4.e7296c3
pkgrel=1
# epoch=
pkgdesc="A lightweight youtube background music player"
@@ -34,7 +34,7 @@ md5sums=("SKIP")
pkgver(){
cd "${_pkgname}"
- printf "1.2.11.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "1.2.13.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {