diff options
author | m-pilia | 2017-08-28 19:30:49 +0200 |
---|---|---|
committer | m-pilia | 2017-08-28 19:30:49 +0200 |
commit | ee580749d8145b1598e81cbf2d818801472b78b0 (patch) | |
tree | 0187137df2c92092ecebc27e91b9557fd15bb6f4 /PKGBUILD | |
parent | 410d11f82c37d042cd015135f486078fbc90cd31 (diff) | |
download | aur-ee580749d8145b1598e81cbf2d818801472b78b0.tar.gz |
remove old checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -16,11 +16,10 @@ optdepends=('python-matplotlib: graphing support' 'lilypond: automatically generate PDF or PNG files') makedepends=('python-setuptools') source=(https://github.com/cuthbertLab/music21/releases/download/v$pkgver/$_pkgname-$pkgver.tar.gz) -sha512sums=('3acfc096c2ff67338b08b4cb15904c638c6ab975d5c1dfec26588d415072c3cf3869ec0641e7f13c4800b728f5bfd041a5ce721c4a3e20f8d4ee6df8e7dc09e2') +sha512sums=('9be1cab600b92774ea18354ac473ecb27550ecf135719fe38d203462110d10cdedf666196beed29bdc6bdcb125f7424927c30bcc4ed128ce6dcdf6c3ad22197b') package() { cd "$srcdir/$_pkgname-$pkgver" install -D -m644 ${srcdir}/$_pkgname-$pkgver/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" python setup.py install --root="$pkgdir" } -sha512sums=('9be1cab600b92774ea18354ac473ecb27550ecf135719fe38d203462110d10cdedf666196beed29bdc6bdcb125f7424927c30bcc4ed128ce6dcdf6c3ad22197b') |