Update to 5.1.33
This commit is contained in:
parent
5d8f836bbc
commit
7a24a3f07a
2 changed files with 10 additions and 10 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = karaokemugen
|
||||
pkgdesc = Karaoke playlist manager/player app used in parties or events.
|
||||
pkgver = 5.1.30
|
||||
pkgver = 5.1.33
|
||||
pkgrel = 1
|
||||
url = https://mugen.karaokes.moe/
|
||||
install = karaokemugen.install
|
||||
|
@ -10,7 +10,7 @@ pkgbase = karaokemugen
|
|||
makedepends = npm
|
||||
makedepends = typescript
|
||||
makedepends = yarn
|
||||
makedepends = nodejs>=12
|
||||
makedepends = nodejs>=14
|
||||
makedepends = python2
|
||||
depends = mpv
|
||||
depends = ffmpeg
|
||||
|
@ -18,9 +18,9 @@ pkgbase = karaokemugen
|
|||
depends = patch
|
||||
depends = electron13
|
||||
optdepends = sudo: for using karaokemugen-install script
|
||||
source = karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v5.1.30
|
||||
source = karaokemugen-lib::git+https://lab.shelter.moe/karaokemugen/lib.git
|
||||
source = karaokemugen-avatars::git+https://lab.shelter.moe/karaokemugen/medias/guest-avatars.git
|
||||
source = karaokemugen::git+https://gitlab.com/karaokemugen/karaokemugen-app.git#tag=v5.1.33
|
||||
source = karaokemugen-lib::git+https://gitlab.com/karaokemugen/lib.git
|
||||
source = karaokemugen-avatars::git+https://gitlab.com/karaokemugen/medias/guest-avatars.git
|
||||
source = install.sh
|
||||
source = run.sh
|
||||
source = icon256.png
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: leonekmi <usingarchbtw@leonekmi.fr>
|
||||
pkgname=karaokemugen
|
||||
pkgver=5.1.30
|
||||
pkgver=5.1.33
|
||||
pkgrel=1
|
||||
pkgdesc="Karaoke playlist manager/player app used in parties or events."
|
||||
arch=('x86_64')
|
||||
|
@ -8,7 +8,7 @@ url="https://mugen.karaokes.moe/"
|
|||
license=('MIT')
|
||||
groups=()
|
||||
depends=('mpv' 'ffmpeg' 'postgresql' 'patch' 'electron13')
|
||||
makedepends=('git' 'npm' 'typescript' 'yarn' 'nodejs>=12' 'python2')
|
||||
makedepends=('git' 'npm' 'typescript' 'yarn' 'nodejs>=14' 'python2')
|
||||
optdepends=('sudo: for using karaokemugen-install script')
|
||||
provides=()
|
||||
conflicts=()
|
||||
|
@ -16,9 +16,9 @@ replaces=()
|
|||
backup=()
|
||||
options=()
|
||||
install=${pkgname}.install
|
||||
source=('karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v5.1.30'
|
||||
'karaokemugen-lib::git+https://lab.shelter.moe/karaokemugen/lib.git'
|
||||
'karaokemugen-avatars::git+https://lab.shelter.moe/karaokemugen/medias/guest-avatars.git'
|
||||
source=('karaokemugen::git+https://gitlab.com/karaokemugen/karaokemugen-app.git#tag=v5.1.33'
|
||||
'karaokemugen-lib::git+https://gitlab.com/karaokemugen/lib.git'
|
||||
'karaokemugen-avatars::git+https://gitlab.com/karaokemugen/medias/guest-avatars.git'
|
||||
'install.sh'
|
||||
'run.sh'
|
||||
'icon256.png'
|
||||
|
|
Loading…
Reference in a new issue