mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 4652c62ffc05fdcc5d53c8514b16a1f41b80e26f
This commit is contained in:
parent
74ad4405b6
commit
8735d2d073
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = mixtapes-git
|
||||
pkgdesc = A modern, Linux-first YouTube Music player (formerly Muse)
|
||||
pkgver = r45.7111357
|
||||
pkgver = r46.4652c62
|
||||
pkgrel = 1
|
||||
url = https://github.com/m-obeid/Muse
|
||||
arch = any
|
||||
|
|
@ -20,7 +20,7 @@ pkgbase = mixtapes-git
|
|||
depends = yt-dlp-ejs
|
||||
depends = python-requests
|
||||
depends = python-ytmusicapi
|
||||
depends = python-mpris_server
|
||||
depends = python-mprisify
|
||||
provides = mixtapes
|
||||
conflicts = mixtapes
|
||||
source = mixtapes-git::git+https://github.com/m-obeid/Muse.git
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,12 +1,12 @@
|
|||
# Maintainer: Mohamad Obeid <mobeid nine nine nine nine at gmail dot com>
|
||||
pkgname=mixtapes-git
|
||||
pkgver=r45.7111357
|
||||
pkgver=r46.4652c62
|
||||
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' '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' 'python-mpris_server')
|
||||
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' 'python-mprisify')
|
||||
makedepends=('git')
|
||||
provides=("mixtapes")
|
||||
conflicts=("mixtapes")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue