fix download link. add LICENSE to local repo

This commit is contained in:
Eric Bailey 2019-04-16 18:39:58 -04:00
parent 0353512953
commit 42874c6f4c
3 changed files with 11 additions and 10 deletions

View File

@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
# Tue Apr 16 22:39:26 UTC 2019
pkgbase = soundfont-titanic pkgbase = soundfont-titanic
pkgdesc = A public domain, high quality MIDI soundfont by Luke Sena pkgdesc = A public domain, high quality MIDI soundfont by Luke Sena
pkgver = 1.2 pkgver = 1.2
pkgrel = 2 pkgrel = 3
url = http://www.titanicsf.com url = http://www.titanicsf.com
arch = any arch = any
license = custom: public domain license = custom: public domain
source = https://www.dropbox.com/s/g0yxy0326jgar34/titanic.sf2 source = https://www.dropbox.com/s/5yzhvlrkf7s3tb2/titanic.sf2
source = LICENSE sha1sums = 8941d35771b56f3c6abd2b0bbb5085fd0a2b1e0d
md5sums = 06da89576208a6384492afa7f934ffc4
md5sums = a2c2f33d92f54e62e25da9bc647c8b35
pkgname = soundfont-titanic pkgname = soundfont-titanic

0
LICENSE Executable file → Normal file
View File

View File

@ -15,18 +15,19 @@
pkgname='soundfont-titanic' pkgname='soundfont-titanic'
pkgver='1.2' pkgver='1.2'
pkgrel=2 pkgrel=3
pkgdesc='A public domain, high quality MIDI soundfont by Luke Sena' pkgdesc='A public domain, high quality MIDI soundfont by Luke Sena'
arch=('any') arch=('any')
license=('custom: public domain') license=('custom: public domain')
url='http://www.titanicsf.com' url='http://www.titanicsf.com'
md5sums=('06da89576208a6384492afa7f934ffc4' 'a2c2f33d92f54e62e25da9bc647c8b35') sha1sums=('8941d35771b56f3c6abd2b0bbb5085fd0a2b1e0d')
source=('https://www.dropbox.com/s/g0yxy0326jgar34/titanic.sf2' 'LICENSE') source=('https://www.dropbox.com/s/5yzhvlrkf7s3tb2/titanic.sf2')
# This is an AUR script. Do not compress the package. # This is an AUR script. Do not compress the package.
PKGEXT='.pkg.tar' PKGEXT='.pkg.tar'
package() { package() {
pwd
install -Dm644 titanic.sf2 "${pkgdir}/usr/share/soundfonts/titanic.sf2" install -Dm644 titanic.sf2 "${pkgdir}/usr/share/soundfonts/titanic.sf2"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" install -Dm644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} }