summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKirMozor2022-08-04 22:53:02 +0600
committerKirMozor2022-08-04 22:53:02 +0600
commit3a85b251a94019e393f99e7e69a6001f0da7e0b9 (patch)
tree402b93850a7424ed765b8b6928272ba732354d69
parent250c014be4a32dd5e1de32d796c3a407964695e4 (diff)
downloadaur-3a85b251a94019e393f99e7e69a6001f0da7e0b9.tar.gz
Fixed bugs with the player when it was shown in search and other places unnecessarily. Fixed bug with inability to compile Yamux for Alpine (musl instead of glibc). Made playlist I like.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cf5bb2d24e1..13db433de986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yamux
pkgdesc = Yandex Music client
- pkgver = v58
- pkgrel = 3
+ pkgver = v59
+ pkgrel = 1
url = https://gitlab.com/KirMozor/Yamux
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = yamux
depends = gstreamer
depends = dotnet-runtime>=6.0.0
depends = gtk3
- source = https://gitlab.com/KirMozor/Yamux/-/archive/Yamux-v58.1/Yamux-Yamux-v58.1.tar
+ source = https://gitlab.com/KirMozor/Yamux/-/archive/Yamux-v59/Yamux-Yamux-v59.tar.gz
md5sums = SKIP
pkgname = yamux
diff --git a/PKGBUILD b/PKGBUILD
index 2748e5ee0178..f5060ad319db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Archie <archie-woc@ya.ru>
# Contributor: Vasiliy Stelmachenok <ventureo@yandex.ru>
pkgname=yamux
-pkgver=v58
-pkgrel=3
+pkgver=v59
+pkgrel=1
pkgdesc="Yandex Music client"
arch=('x86_64')
url="https://gitlab.com/KirMozor/Yamux"
license=('GPL3')
depends=('gstreamer' 'dotnet-runtime>=6.0.0' 'gtk3')
makedepends=("dotnet-sdk>=6.0.0")
-source=("https://gitlab.com/KirMozor/Yamux/-/archive/Yamux-v58.1/Yamux-Yamux-v58.1.tar")
+source=("https://gitlab.com/KirMozor/Yamux/-/archive/Yamux-v59/Yamux-Yamux-v59.tar.gz")
md5sums=(SKIP)
build() {
@@ -20,7 +20,7 @@ build() {
package() {
tar -czvf Yamux-Yamux-v58.1.tar .
- cd "${srcdir}/Yamux-Yamux-v58.1"
+ cd "${srcdir}/Yamux-Yamux-v59"
# Copy desktop file and icon
mkdir -p "$pkgdir/usr/share/applications"