summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn K. Luebs2014-07-23 11:08:45 -0400
committerJohn K. Luebs2014-07-23 11:08:45 -0400
commitb6d912e48e5faf705b2661c65d46b4cdc8b2b31f (patch)
treee5e9c493d9b2a4768ac81a1a1815f1fbaa11db16
parentbba73ebd572267b56bfcc2b9073ba580280726ae (diff)
downloadaur-b6d912e48e5faf705b2661c65d46b4cdc8b2b31f.tar.gz
mma-songs: update to 14.07
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa41601623b..b604b4f1f7ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mma-songs
pkgdesc = Songs archive for Musical MIDI Accompaniment (MMA)
- pkgver = 13.12
+ pkgver = 14.07
pkgrel = 1
url = http://www.mellowood.ca/mma/
arch = any
license = GPL
options = !strip
options = !zipman
- source = http://www.mellowood.ca/mma/examples/mma-songs-13.12.tar.gz
- sha1sums = 91b87547a79eae853aab19d2418d9aef1383d7f2
+ source = http://www.mellowood.ca/mma/examples/mma-songs-14.07.tar.gz
+ sha1sums = 9a2e0f4f483e714e3e0646c15494fe3b692c7d31
pkgname = mma-songs
diff --git a/PKGBUILD b/PKGBUILD
index 3704d87c39f6..6efc69592dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
+# Maintainer: John K Luebs <jkluebs@luebsphoto.com>
# Contributor: Eric Le Bras <eric.lebras@gmail.com>
-# Contributor: John K Luebs <jkluebs@luebsphoto.com>
+
+# I maintain this on github, feel free to submit a pull request to
+# https://github.com/jkl1337/packages-archlinux.git
pkgname=mma-songs
-pkgver=13.12
+pkgver=14.07
pkgrel=1
pkgdesc="Songs archive for Musical MIDI Accompaniment (MMA)"
url="http://www.mellowood.ca/mma/"
@@ -11,8 +14,9 @@ depends=()
license=('GPL')
arch=('any')
source=(http://www.mellowood.ca/mma/examples/mma-songs-$pkgver.tar.gz)
-sha1sums=('91b87547a79eae853aab19d2418d9aef1383d7f2')
+sha1sums=('9a2e0f4f483e714e3e0646c15494fe3b692c7d31')
options=(!strip !zipman)
+
package () {
mkdir -p $pkgdir/usr/share/mma/songs
cp -r $srcdir/$pkgname-$pkgver/* $pkgdir/usr/share/mma/songs