summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-12-01 20:21:49 +0100
committerChristopher Arndt2020-12-01 20:21:49 +0100
commit81b272aa3486c541d145b180a7c010bdb3f1aee3 (patch)
tree755f3c479f4af9407c3c337ca4bcbb7717c805c4
parent71d021d4371683924a0c5066f65abc7c6ac14f75 (diff)
downloadaur-81b272aa3486c541d145b180a7c010bdb3f1aee3.tar.gz
New upstream version 8.14.10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98a820afa793..e904f7d3fad6 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.9
+ pkgver = 8.14.10
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.9.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.9.tar.gz
- sha256sums = 9d91c215d59bb3704fe174ba0729f634e656ab42210cfabf02f0c5c4e0c9d877
+ source = abcm2ps-8.14.10.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.10.tar.gz
+ sha256sums = 5e6594ca9c677518d9f2683e46aee3e862dc0f872492eca8cad89e096203c829
pkgname = abcm2ps
diff --git a/PKGBUILD b/PKGBUILD
index 0f4dff7e8680..bba30745a8d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Maintainer: Tuyen Pham <tuyenpm9@gmail.com>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Maintainer: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Contributor: Tuyen Pham <tuyenpm9@gmail.com>
# Contributor: Lex Black <autumn-wind@web.de>
# Contributor: Simon Thorpe <simon@hivetechnology.com.au>
# Contributor: kess <joe@macmahon.eu>
@@ -7,7 +7,7 @@
# Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
pkgname=abcm2ps
-pkgver=8.14.9
+pkgver=8.14.10
pkgrel=1
pkgdesc="Convert ABC music notation files to PostScript from the commandline"
arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@ license=('GPL3')
depends=('pango')
makedepends=('python-docutils')
conflicts=('abcm2ps-devel')
-groups=(abc)
+groups=('abc')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/leesavide/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('9d91c215d59bb3704fe174ba0729f634e656ab42210cfabf02f0c5c4e0c9d877')
+sha256sums=('5e6594ca9c677518d9f2683e46aee3e862dc0f872492eca8cad89e096203c829')
build() {
cd "${pkgname}-${pkgver}"