summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD17
3 files changed, 18 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bc75adaba0c..3596cbf3be6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = abcmidi
pkgdesc = A set of tools for converting ABC files to MIDI files and vice versa, as well as other small utilities
- pkgver = 20170610
+ pkgver = 20190811
pkgrel = 2
- url = http://abc.sourceforge.net/abcMIDI/
+ url = https://ifdo.ca/~seymour/runabc/top.html
changelog = ChangeLog
arch = x86_64
license = GPL
- source = https://github.com/leesavide/abcmidi/archive/abcMIDI-2017.06.10.tar.gz
- sha256sums = a58cd9815447a8a54fe7525f8aa083489b27d8a03b355a71352df11f1a98f008
+ source = https://ifdo.ca/~seymour/runabc/abcMIDI-2019.08.11.zip
+ sha256sums = e59d790174f4aa77d49715fca820d9fb9bc084221ad06342c873ef12f2389595
pkgname = abcmidi
diff --git a/ChangeLog b/ChangeLog
index 6a11095ce49b..7d1f68f5071d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-10-08 Peter Sutton <peter@foxdogstudios.com>
+
+ * 20190905-1 :
+ New upstream release
+
2019-09-05 Peter Sutton <foxxy@foxdogstudios.com>
* 20190905-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 5749b4c0a026..d2bd4b974719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,27 +1,28 @@
# Contributor: Christopher Arndt <chris@chrisarndt.de>
# Contributor: Luis Pablo Gasparotto <lpgasparotto at gmail dot com>
# Contributor: Phillip Fynan <pfynan@gmail.com>
-# Maintainer: Peter Sutton <foxxy@foxdogstudios.com>
+# Maintainer: Peter Sutton <peter@foxdogstudios.com>
-_pkgver_year=2017
-_pkgver_month=06
-_pkgver_day=10
+_pkgver_year=2019
+_pkgver_month=08
+_pkgver_day=11
pkgname=abcmidi
pkgver="${_pkgver_year}${_pkgver_month}${_pkgver_day}"
pkgrel=2
pkgdesc="A set of tools for converting ABC files to MIDI files and vice versa, as well as other small utilities"
-url="http://abc.sourceforge.net/abcMIDI/"
+url="https://ifdo.ca/~seymour/runabc/top.html"
license=('GPL')
depends=()
makedepends=()
changelog=ChangeLog
-source=("https://github.com/leesavide/abcmidi/archive/abcMIDI-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}.tar.gz")
+source=("https://ifdo.ca/~seymour/runabc/abcMIDI-${_pkgver_year}.${_pkgver_month}.${_pkgver_day}.zip")
arch=(x86_64)
-sha256sums=('a58cd9815447a8a54fe7525f8aa083489b27d8a03b355a71352df11f1a98f008')
+sha256sums=('e59d790174f4aa77d49715fca820d9fb9bc084221ad06342c873ef12f2389595')
build() {
- cd "$srcdir"/abcmidi*
+ cd "$srcdir"/abcmidi
+ ./configure
make
}