Update to 4.1.18
This commit is contained in:
parent
b2488b64d8
commit
7c9f7645d6
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = karaokemugen
|
||||
pkgdesc = Karaoke playlist manager/player app used in parties or events.
|
||||
pkgver = 4.1.17
|
||||
pkgver = 4.1.18
|
||||
pkgrel = 1
|
||||
url = https://mugen.karaokes.moe/
|
||||
install = karaokemugen.install
|
||||
|
@ -17,7 +17,7 @@ pkgbase = karaokemugen
|
|||
depends = postgresql
|
||||
depends = electron
|
||||
optdepends = sudo: for using karaokemugen-install script
|
||||
source = karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v4.1.17
|
||||
source = karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v4.1.18
|
||||
source = karaokemugen-lib::git+https://lab.shelter.moe/karaokemugen/lib.git
|
||||
source = install.sh
|
||||
source = run.sh
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: leonekmi <usingarchbtw@leonekmi.fr>
|
||||
pkgname=karaokemugen
|
||||
pkgver=4.1.17
|
||||
pkgver=4.1.18
|
||||
pkgrel=1
|
||||
pkgdesc="Karaoke playlist manager/player app used in parties or events."
|
||||
arch=('any')
|
||||
|
@ -16,7 +16,7 @@ replaces=()
|
|||
backup=()
|
||||
options=()
|
||||
install=${pkgname}.install
|
||||
source=('karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v4.1.17'
|
||||
source=('karaokemugen::git+https://lab.shelter.moe/karaokemugen/karaokemugen-app.git#tag=v4.1.18'
|
||||
'karaokemugen-lib::git+https://lab.shelter.moe/karaokemugen/lib.git'
|
||||
'install.sh'
|
||||
'run.sh'
|
||||
|
|
Loading…
Reference in a new issue