summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2020-12-01 20:21:49 +0100
committerChristopher Arndt2020-12-01 20:21:49 +0100
commit81b272aa3486c541d145b180a7c010bdb3f1aee3 (patch)
tree755f3c479f4af9407c3c337ca4bcbb7717c805c4 /PKGBUILD
parent71d021d4371683924a0c5066f65abc7c6ac14f75 (diff)
downloadaur-81b272aa3486c541d145b180a7c010bdb3f1aee3.tar.gz
New upstream version 8.14.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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}"