summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f95c1a40f08b..98a820afa793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = abcm2ps
pkgdesc = Convert ABC music notation files to PostScript from the commandline
- pkgver = 8.14.7
+ pkgver = 8.14.9
pkgrel = 1
url = http://moinejf.free.fr/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = abcm2ps
makedepends = python-docutils
depends = pango
conflicts = abcm2ps-devel
- source = abcm2ps-8.14.7.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.7.tar.gz
- sha256sums = 2ebc81cabb5303da3d9a172b87005c42e88933e7e7378d84ce8f1a2463760249
+ source = abcm2ps-8.14.9.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.9.tar.gz
+ sha256sums = 9d91c215d59bb3704fe174ba0729f634e656ab42210cfabf02f0c5c4e0c9d877
pkgname = abcm2ps
diff --git a/PKGBUILD b/PKGBUILD
index a35cd5842fd7..0f4dff7e8680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
pkgname=abcm2ps
-pkgver=8.14.7
+pkgver=8.14.9
pkgrel=1
pkgdesc="Convert ABC music notation files to PostScript from the commandline"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ makedepends=('python-docutils')
conflicts=('abcm2ps-devel')
groups=(abc)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/leesavide/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('2ebc81cabb5303da3d9a172b87005c42e88933e7e7378d84ce8f1a2463760249')
+sha256sums=('9d91c215d59bb3704fe174ba0729f634e656ab42210cfabf02f0c5c4e0c9d877')
build() {
cd "${pkgname}-${pkgver}"