summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2019-03-14 14:29:44 -0400
committerAnthony VB2019-03-14 14:29:44 -0400
commit802215ae7ad9eadebdb8ba4b8b5e5329a74b24d1 (patch)
treec484c81d3b4cb1c2edde5d824deac7683d19d676
parentfc44041c7ef4bcc6516a446c7821723bfa1ff29e (diff)
downloadaur-802215ae7ad9eadebdb8ba4b8b5e5329a74b24d1.tar.gz
Upgrade to v5.2.0.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c5664a04503..70980cba9ce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 26 13:36:32 UTC 2018
+# Thu Mar 14 18:29:25 UTC 2019
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 5.1.1
+ pkgver = 5.2.0
pkgrel = 1
url = http://gregorio-project.github.io
arch = i686
@@ -17,10 +17,10 @@ pkgbase = gregorio
conflicts = gregorio-svn
conflicts = gregorio-git
conflicts = gregoriotex
- source = https://github.com/gregorio-project/gregorio/releases/download/v5.1.1/gregorio-5.1.1.tar.bz2
- source = https://github.com/gregorio-project/gregorio/releases/download/v5.1.1/supp_fonts-5_1_1.zip
- sha256sums = 5b8657f740b18eaabbea90d368326cbd7e0a92f799a6f8fc887029d5ff415e5a
- sha256sums = e504b3602adc3386ddd245bf316d63eb894f31e10993f15c40e8c82dddd453a7
+ source = https://github.com/gregorio-project/gregorio/releases/download/v5.2.0/gregorio-5.2.0.tar.bz2
+ source = https://github.com/gregorio-project/gregorio/releases/download/v5.2.0/supp_fonts-5_2_0.zip
+ sha256sums = f9cdcf69527a04304e7ac95ed722498ec9ca57b407f8638d258dcb6c6e2019e2
+ sha256sums = b1dd803d6026448202335f9da4d539412b5c3ce4622b4d7e89dddd6c6accd222
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 3a13861e8d21..09139020dbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=5.1.1
+pkgver=5.2.0
pkgrel=1
_pkgver_underscores=$(echo $pkgver | sed -e 's/\./_/g')
pkgdesc="Command-line tool to typeset Gregorian chant"
@@ -13,8 +13,10 @@ license=("GPL")
depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra")
conflicts=("gregorio-svn" "gregorio-git" "gregoriotex")
provides=("gregorio")
-source=("https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/gregorio-$pkgver.tar.bz2" "https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/supp_fonts-$_pkgver_underscores.zip")
-sha256sums=("5b8657f740b18eaabbea90d368326cbd7e0a92f799a6f8fc887029d5ff415e5a" "e504b3602adc3386ddd245bf316d63eb894f31e10993f15c40e8c82dddd453a7")
+source=("https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/gregorio-$pkgver.tar.bz2"
+ "https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/supp_fonts-$_pkgver_underscores.zip")
+sha256sums=("f9cdcf69527a04304e7ac95ed722498ec9ca57b407f8638d258dcb6c6e2019e2"
+ "b1dd803d6026448202335f9da4d539412b5c3ce4622b4d7e89dddd6c6accd222")
prepare() {