summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Sutton2017-04-18 15:32:23 +0100
committerPeter Sutton2017-04-18 15:32:23 +0100
commit2e881a7ed6fe47688fabe9d06109be36b7da63a7 (patch)
tree81acc425cb60329a3b2e7c025b19465446c6501c
parent8874f5913a878dc6ffeeeb9fcaa767b42e284ed8 (diff)
downloadaur-2e881a7ed6fe47688fabe9d06109be36b7da63a7.tar.gz
New upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD12
3 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd772870ce12..f023170fcbb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
pkgbase = abcmidi
pkgdesc = A set of tools for converting ABC files to MIDI files and vice versa, as well as other small utilities
- pkgver = 20150417
+ pkgver = 20170202
pkgrel = 1
url = http://abc.sourceforge.net/abcMIDI/
changelog = ChangeLog
arch = i686
arch = x86_64
license = GPL
- makedepends = unzip
- depends = glibc
- source = http://ifdo.pugmarks.com/~seymour/runabc/abcMIDI-2015-04-17.zip
- sha256sums = 764a5ff1d0d6de5289156b76028b025d2f03b8d7bfaeb459c71b82b04cdb0682
+ source = https://github.com/leesavide/abcmidi/archive/abcMIDI-2017.02.02.tar.gz
+ sha256sums = cd2b5caa9971ae8ea666cb2be16029a73b9f4463847dd2db2cca202f1f934af2
pkgname = abcmidi
diff --git a/ChangeLog b/ChangeLog
index b8fad7621db1..677a0c48b34a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-04-18 Peter Sutton <foxxy@foxdogstudios.com>
+
+ * 20170418-1 :
+ New upstream release
+
2015-04-24 Peter Sutton <foxxy@foxdogstudios.com>
* 20150424-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 06f5832a5a9d..d0580139c620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Phillip Fynan <pfynan@gmail.com>
# Maintainer: Peter Sutton <foxxy@foxdogstudios.com>
-_pkgver_year=2016
-_pkgver_month=05
-_pkgver_day=05
+_pkgver_year=2017
+_pkgver_month=02
+_pkgver_day=02
pkgname=abcmidi
pkgver="${_pkgver_year}${_pkgver_month}${_pkgver_day}"
@@ -16,11 +16,11 @@ license=('GPL')
depends=()
makedepends=()
changelog=ChangeLog
-source=("https://github.com/leesavide/abcmidi/archive/abcmidi-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}.tar.gz")
+source=("https://github.com/leesavide/abcmidi/archive/abcMIDI-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}.tar.gz")
arch=(i686 x86_64)
-sha256sums=('ad5a42215ba9d247864e19f7fe2ea20906e686279dd7b5659314c52bb2df24e0')
+sha256sums=('cd2b5caa9971ae8ea666cb2be16029a73b9f4463847dd2db2cca202f1f934af2')
-_srcdir=abcmidi-abcmidi-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}
+_srcdir=abcmidi-abcMIDI-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}
build() {
cd $srcdir/$_srcdir