diff options
author | Mark C | 2023-07-08 07:22:56 -0400 |
---|---|---|
committer | Mark C | 2023-07-08 07:22:56 -0400 |
commit | f74e85b8c029b93bcacbb4f558cde46125fc9dd9 (patch) | |
tree | 6053c2b8280aff8b7faa8b7f682a7caf4bac5675 | |
parent | 282c7a1be2854650345648cb0c587fc163e78e27 (diff) | |
download | aur-f74e85b8c029b93bcacbb4f558cde46125fc9dd9.tar.gz |
Upgrade to v145
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,14 +1,14 @@ pkgbase = xml2abc pkgdesc = Python utility that translates MusicXML into ABC+ notation - pkgver = 143 - pkgrel = 2 + pkgver = 145 + pkgrel = 1 url = https://wim.vree.org/svgParse/xml2abc.html arch = any license = unknown depends = python - source = https://wim.vree.org/svgParse/xml2abc.py-143.zip + source = https://wim.vree.org/svgParse/xml2abc.py-145.zip source = xml2abc - sha256sums = 14678a24b82200c3dda4342891f05ba0d700dc6930712e3c773ec03674650a24 + sha256sums = d62af1295a2f75fbcd099c4811955fbcb62002328b4249b41e724e237650a719 sha256sums = a7d043c0f692063a596b63b605be6e14afc28acfc5438135a11314d7df943cb6 pkgname = xml2abc @@ -1,7 +1,7 @@ # Maintainer: Your Name <macx cool at tutanota dot com> pkgname=xml2abc -pkgver=143 -pkgrel=2 +pkgver=145 +pkgrel=1 pkgdesc="Python utility that translates MusicXML into ABC+ notation" arch=('any') url="https://wim.vree.org/svgParse/xml2abc.html" @@ -9,7 +9,7 @@ license=('unknown') depends=('python') source=("https://wim.vree.org/svgParse/${pkgname}.py-${pkgver}.zip" "xml2abc") -sha256sums=('14678a24b82200c3dda4342891f05ba0d700dc6930712e3c773ec03674650a24' +sha256sums=('d62af1295a2f75fbcd099c4811955fbcb62002328b4249b41e724e237650a719' 'a7d043c0f692063a596b63b605be6e14afc28acfc5438135a11314d7df943cb6') package() { |