mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
musescore: fix pkgbuild
This commit is contained in:
parent
bf409ddcb8
commit
5ef8c46264
@ -11,14 +11,8 @@ depends=('alsa-lib' 'libpulse' 'libsndfile' 'libvorbis' 'portaudio' 'portmidi' '
|
||||
makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
|
||||
optdepends=('lame: MP3 export')
|
||||
categories=('multimedia')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$_pkgname/archive/v$pkgver.tar.gz"
|
||||
'musescore.conf')
|
||||
sha256sums=('678143411342bc7290364f7e7eeaba33ad9391b35cf3b6038861f0691a642d0e'
|
||||
'397b5431137d468a64b768670efdf385c27cb7298ee9295a32323a2610427928')
|
||||
|
||||
prepare() {
|
||||
mkdir build
|
||||
}
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$_pkgname/archive/v$pkgver.tar.gz")
|
||||
md5sums=('43dfb80574ad6984fe1802c8cf2e2a87')
|
||||
|
||||
build() {
|
||||
cd $_pkgname-$pkgver
|
||||
|
Loading…
Reference in New Issue
Block a user