summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-03-12 14:26:21 +0100
committerChristopher Arndt2022-03-12 14:26:21 +0100
commiteedf46450135e5ec34e3391b7a1217427fe1af17 (patch)
tree9552aed4f96ca4b11010f3c036a7006551314deb
parentafdcb17e97d8159705ba5f0b794669421bb360ea (diff)
downloadaur-eedf46450135e5ec34e3391b7a1217427fe1af17.tar.gz
New upstream version 8.14.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f522a064f2..601c03a8d11c 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.12
+ pkgver = 8.14.13
pkgrel = 1
url = http://moinejf.free.fr/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = abcm2ps
makedepends = python-docutils
depends = pango
conflicts = abcm2ps-devel
- source = abcm2ps-8.14.12.tar.gz::https://github.com/lewdlime/abcm2ps/archive/v8.14.12.tar.gz
- sha256sums = f98701bc25f52e98a9283d0cef04591351b62ff8dc80fa54bb21467d60886feb
+ source = abcm2ps-8.14.13.tar.gz::https://github.com/lewdlime/abcm2ps/archive/v8.14.13.tar.gz
+ sha256sums = 8db29e33f30fce609ddffeb641c3bfe60ae5d16c3305402157ddc88bcaaf0c5b
pkgname = abcm2ps
diff --git a/PKGBUILD b/PKGBUILD
index 2678f2af5d36..8e39d6b0b9da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
pkgname=abcm2ps
-pkgver=8.14.12
+pkgver=8.14.13
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/lewdlime/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('f98701bc25f52e98a9283d0cef04591351b62ff8dc80fa54bb21467d60886feb')
+sha256sums=('8db29e33f30fce609ddffeb641c3bfe60ae5d16c3305402157ddc88bcaaf0c5b')
build() {
cd "${pkgname}-${pkgver}"