mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
Merge pull request #914 from davidbeauchamp/master
community/lmms 1.0.3-1 fix download URL
This commit is contained in:
commit
f623fb5ba1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ provides=('lmms-extras')
|
|||
conflicts=('lmms-extras')
|
||||
options=('!makeflags')
|
||||
install=lmms.install
|
||||
source=("${pkgname}-${pkgver}-src.tar.bz2::http://sourceforge.net/projects/${pkgname}/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}-src.tar.bz2/download"
|
||||
source=("https://github.com/LMMS/${pkgname}/releases/download/v{$pkgver}/${pkgname}-${pkgver}-src.tar.bz2"
|
||||
lmms-1.0.3-build-fix.patch
|
||||
zynaddsubfx_unlink.patch)
|
||||
md5sums=('1f63ad9abd1781206d852e79b2191638'
|
||||
|
|
Loading…
Reference in a new issue