mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 10:33:18 +01:00
Update 1.10.0
This commit is contained in:
parent
3059aa74c1
commit
8babc0ce9b
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -8,6 +8,7 @@ pkgbase = lx-music
|
|||
makedepends = jq
|
||||
makedepends = moreutils
|
||||
makedepends = npm
|
||||
makedepends = nodejs>=14
|
||||
depends = electron9
|
||||
source = lx-music-1.10.0.tar.gz::https://github.com/lyswhut/lx-music-desktop/archive/v1.10.0.tar.gz
|
||||
sha256sums = 4a2fcf3eb1d30e3bbe879c1c795eee883e986f381334117d5b585ef4eb70db75
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ arch=('x86_64')
|
|||
url='https://github.com/lyswhut/lx-music-desktop'
|
||||
license=('Apache 2.0')
|
||||
depends=('electron9')
|
||||
makedepends=('jq' 'moreutils' 'npm')
|
||||
makedepends=('jq' 'moreutils' 'npm' 'nodejs>=14')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/lyswhut/lx-music-desktop/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('4a2fcf3eb1d30e3bbe879c1c795eee883e986f381334117d5b585ef4eb70db75')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue