mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 15:58:19 +01:00
Update 1.10.0
This commit is contained in:
parent
4fd93aaa25
commit
14ea94fe55
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Contributer: Bruce Zhang
|
||||
# This PKGBUILD is directly modified from aur/dingtalk
|
||||
pkgname=lx-music
|
||||
pkgver=1.9.0
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='一个基于 electron 的音乐软件'
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ license=('Apache 2.0')
|
|||
depends=('electron9')
|
||||
makedepends=('jq' 'moreutils' 'npm')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/lyswhut/lx-music-desktop/archive/v$pkgver.tar.gz")
|
||||
sha256sums=('c0b399444aef6286d7686831be520f1d9e9b6f6f5ccc556bbfb5d44c82d2df5f')
|
||||
sha256sums=('4a2fcf3eb1d30e3bbe879c1c795eee883e986f381334117d5b585ef4eb70db75')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$pkgname-desktop-$pkgver"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue