mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to bfdccb331fa544a53c839de4f4ff32d903245382
This commit is contained in:
parent
521f3bba8a
commit
8cee1cacd0
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
pkgbase = mixtapes-git
|
||||
pkgdesc = A modern, Linux-first YouTube Music player (formerly Muse)
|
||||
pkgver = r108.af61aaa
|
||||
pkgdesc = A modern, Linux-first YouTube Music player
|
||||
pkgver = r109.bfdccb3
|
||||
pkgrel = 1
|
||||
url = https://github.com/m-obeid/Muse
|
||||
url = https://github.com/m-obeid/Mixtapes
|
||||
arch = any
|
||||
license = GPL3
|
||||
makedepends = git
|
||||
|
|
@ -23,7 +23,7 @@ pkgbase = mixtapes-git
|
|||
depends = python-mprisify
|
||||
provides = mixtapes
|
||||
conflicts = mixtapes
|
||||
source = mixtapes-git::git+https://github.com/m-obeid/Muse.git
|
||||
source = mixtapes-git::git+https://github.com/m-obeid/Mixtapes.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = mixtapes-git
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Mohamad Obeid <mobeid nine nine nine nine at gmail dot com>
|
||||
pkgname=mixtapes-git
|
||||
pkgver=r108.af61aaa
|
||||
pkgver=r109.bfdccb3
|
||||
pkgrel=1
|
||||
pkgdesc="A modern, Linux-first YouTube Music player (formerly Muse)"
|
||||
pkgdesc="A modern, Linux-first YouTube Music player"
|
||||
arch=('any')
|
||||
url="https://github.com/m-obeid/Muse"
|
||||
url="https://github.com/m-obeid/Mixtapes"
|
||||
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-mprisify')
|
||||
makedepends=('git')
|
||||
provides=("mixtapes")
|
||||
conflicts=("mixtapes")
|
||||
source=("${pkgname}::git+https://github.com/m-obeid/Muse.git")
|
||||
source=("${pkgname}::git+https://github.com/m-obeid/Mixtapes.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue