summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2019-11-05 14:24:57 +0100
committerChristopher Arndt2019-11-05 14:24:57 +0100
commitccee33c5ba50c05005b4b8e925bec919f62752bf (patch)
treee0612c8542cb41e256a4145a9a9f1df917ea3b56 /PKGBUILD
parentcc95bfa02b3aee22d66b5c8db45251832689af43 (diff)
downloadaur-ccee33c5ba50c05005b4b8e925bec919f62752bf.tar.gz
New upstream version 8.14.6
Remove 'freetype2' from depends, already coveerd by 'pango'.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff4321b6c87c..1642776eb07a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,18 @@
# Contributor: Luis Pablo Gasparotto <lpgasparotto(at)gmail(dot)com>
pkgname=abcm2ps
-pkgver=8.14.5
+pkgver=8.14.6
pkgrel=1
pkgdesc="Convert ABC music notation files to PostScript from the commandline"
arch=('i686' 'x86_64')
url="http://moinejf.free.fr/"
license=('GPL3')
-depends=('pango' 'freetype2')
+depends=('pango')
makedepends=('python-docutils')
conflicts=('abcm2ps-devel')
groups=(abc)
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/leesavide/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('09bc9d6df221521ae4ad70a5721552a6d443ab1df29193c732f45854f88ad7c0')
+sha256sums=('f86d9932341af0ee3d800d81da824ce44f6e9061906e9421489e7bec4dc10d08')
build() {
cd "${pkgname}-${pkgver}"