Update to 04078c43d5f0694b5b8c5e4b90a8614036c45d81

This commit is contained in:
m-obeid 2026-02-21 19:53:37 +00:00
parent be216587d4
commit 9795e9ee61
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
pkgbase = mixtapes-git
pkgdesc = A modern, Linux-first YouTube Music player (formerly Muse)
pkgver = r24.3974062
pkgver = r25.04078c4
pkgrel = 1
url = https://github.com/m-obeid/Muse
arch = any
@ -10,6 +10,7 @@ pkgbase = mixtapes-git
depends = python-gobject
depends = gtk4
depends = libadwaita
depends = webkitgtk-6.0
depends = nodejs
depends = gst-plugins-base
depends = gst-plugins-good

View file

@ -1,12 +1,12 @@
# Maintainer: Mohamad Obeid <mobeid nine nine nine nine at gmail dot com>
pkgname=mixtapes-git
pkgver=r24.3974062
pkgver=r25.04078c4
pkgrel=1
pkgdesc="A modern, Linux-first YouTube Music player (formerly Muse)"
arch=('any')
url="https://github.com/m-obeid/Muse"
license=('GPL3')
depends=('python' 'python-gobject' 'gtk4' 'libadwaita' 'nodejs' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'yt-dlp' 'yt-dlp-ejs' 'python-requests' 'python-ytmusicapi')
depends=('python' 'python-gobject' 'gtk4' 'libadwaita' 'webkitgtk-6.0' 'nodejs' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly' 'yt-dlp' 'yt-dlp-ejs' 'python-requests' 'python-ytmusicapi')
makedepends=('git')
provides=("mixtapes")
conflicts=("mixtapes")