summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2018-03-26 09:36:40 -0400
committerAnthony VanBerkum2018-03-26 09:36:40 -0400
commitfc44041c7ef4bcc6516a446c7821723bfa1ff29e (patch)
tree951181936f777a5f83c21e2c3cc1ada6d84ab27e
parent894751355c9bc54d9d3629ca2d7075a02f20c5d3 (diff)
downloadaur-fc44041c7ef4bcc6516a446c7821723bfa1ff29e.tar.gz
Upgrade to v5.1.1.
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72c3123221e2..1c5664a04503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 12 18:54:19 UTC 2018
+# Mon Mar 26 13:36:32 UTC 2018
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 5.1.0
+ pkgver = 5.1.1
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.0/gregorio-5.1.0.tar.bz2
- source = https://github.com/gregorio-project/gregorio/releases/download/v5.1.0/supp_fonts-5_1_0.zip
- sha256sums = 8cd3af62d6ce9bbf68988b6d2d7dcadbb1f6330fa59ab4f3fbdb6b6707b1b2fb
- sha256sums = 342ed10656f64b5ca70af040ae84b8106996660714975daa37a8f2c56421b380
+ 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
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 6d1db5952129..3a13861e8d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
_pkgver_underscores=$(echo $pkgver | sed -e 's/\./_/g')
pkgdesc="Command-line tool to typeset Gregorian chant"
@@ -14,7 +14,7 @@ depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra
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=("8cd3af62d6ce9bbf68988b6d2d7dcadbb1f6330fa59ab4f3fbdb6b6707b1b2fb" "342ed10656f64b5ca70af040ae84b8106996660714975daa37a8f2c56421b380")
+sha256sums=("5b8657f740b18eaabbea90d368326cbd7e0a92f799a6f8fc887029d5ff415e5a" "e504b3602adc3386ddd245bf316d63eb894f31e10993f15c40e8c82dddd453a7")
prepare() {