mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-09 07:14:16 +02:00
Bump version to 1.0.1, implement automatic online search fallback with debounce, cover art notifications, and stream details edit
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -1,5 +1,5 @@
|
||||
pkgname=bearwave-git
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="A KDE-focused desktop internet radio app"
|
||||
arch=('x86_64')
|
||||
@@ -14,7 +14,7 @@ md5sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
cd "${srcdir}/${pkgname%-git}"
|
||||
printf "1.0.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
printf "1.0.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||
}
|
||||
|
||||
build() {
|
||||
|
||||
Reference in New Issue
Block a user