summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark C2023-07-08 07:22:56 -0400
committerMark C2023-07-08 07:22:56 -0400
commitf74e85b8c029b93bcacbb4f558cde46125fc9dd9 (patch)
tree6053c2b8280aff8b7faa8b7f682a7caf4bac5675
parent282c7a1be2854650345648cb0c587fc163e78e27 (diff)
downloadaur-f74e85b8c029b93bcacbb4f558cde46125fc9dd9.tar.gz
Upgrade to v145
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673661daee64..b211e770eee0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 017f1e79d008..ccfe055d2f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {