summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2020-02-19 14:30:28 +0100
committerChristopher Arndt2020-02-19 14:30:28 +0100
commitaea1d002c222057df92340a96f2117d0043ff556 (patch)
tree17cc42bedfc64b595dd2809f49dd7c5b1db7fe47
parentccee33c5ba50c05005b4b8e925bec919f62752bf (diff)
downloadaur-aea1d002c222057df92340a96f2117d0043ff556.tar.gz
New upstream version 8.14.7
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64becbff9284..f95c1a40f08b 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.6
+ pkgver = 8.14.7
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.6.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.6.tar.gz
- sha256sums = f86d9932341af0ee3d800d81da824ce44f6e9061906e9421489e7bec4dc10d08
+ source = abcm2ps-8.14.7.tar.gz::https://github.com/leesavide/abcm2ps/archive/v8.14.7.tar.gz
+ sha256sums = 2ebc81cabb5303da3d9a172b87005c42e88933e7e7378d84ce8f1a2463760249
pkgname = abcm2ps
diff --git a/.gitignore b/.gitignore
index 30f851aee650..a5cd16124ef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ pkg/
src/
abcm2ps-*.tar.gz
abcm2ps-*.pkg.tar.xz
+abcm2ps-*.pkg.tar.zst
abcm2ps-*.src.tar.gz
.AURINFO
diff --git a/PKGBUILD b/PKGBUILD
index 1642776eb07a..a35cd5842fd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
pkgname=abcm2ps
-pkgver=8.14.6
+pkgver=8.14.7
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=('f86d9932341af0ee3d800d81da824ce44f6e9061906e9421489e7bec4dc10d08')
+sha256sums=('2ebc81cabb5303da3d9a172b87005c42e88933e7e7378d84ce8f1a2463760249')
build() {
cd "${pkgname}-${pkgver}"