summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77ea3182617a..64244a56edb7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Apr 7 01:24:00 UTC 2019
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 5.2.1
+ pkgver = 6.0.0
pkgrel = 1
url = http://gregorio-project.github.io
arch = i686
@@ -17,10 +15,10 @@ pkgbase = gregorio
conflicts = gregorio-svn
conflicts = gregorio-git
conflicts = gregoriotex
- source = https://github.com/gregorio-project/gregorio/releases/download/v5.2.1/gregorio-5.2.1.tar.bz2
- source = https://github.com/gregorio-project/gregorio/releases/download/v5.2.1/supp_fonts-5_2_1.zip
- sha256sums = 773d312933ba96b272834d2bfa7f408c266b0b82038312c4a94eef702946b3a4
- sha256sums = 048b46c81f43e514ec7f3f69940666c619833ab86218baa8458008e5f2763307
+ source = https://github.com/gregorio-project/gregorio/releases/download/v6.0.0/gregorio-6.0.0.tar.bz2
+ source = https://github.com/gregorio-project/gregorio/releases/download/v6.0.0/supp_fonts-6_0_0.zip
+ sha256sums = e2a3da9cb760cfd3bd152440bbd40c1776be430de8f421dc21cee70ae48a63b2
+ sha256sums = 22d3c890c32f2e4e4be35b8245f5a2772dd05a6954f08c3c9b02a8002142e07f
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 277f0074530f..fd89306adfc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Br Anthony VanBerkum <anthonyvbop AT gmail DOT com>
+# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>
# Contributor: LaƩrcio de Sousa <lbsousajr AT gmail DOT com>
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=5.2.1
+pkgver=6.0.0
pkgrel=1
_pkgver_underscores=$(echo $pkgver | sed -e 's/\./_/g')
pkgdesc="Command-line tool to typeset Gregorian chant"
@@ -15,8 +15,8 @@ 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=("773d312933ba96b272834d2bfa7f408c266b0b82038312c4a94eef702946b3a4"
- "048b46c81f43e514ec7f3f69940666c619833ab86218baa8458008e5f2763307")
+sha256sums=("e2a3da9cb760cfd3bd152440bbd40c1776be430de8f421dc21cee70ae48a63b2"
+ "22d3c890c32f2e4e4be35b8245f5a2772dd05a6954f08c3c9b02a8002142e07f")
prepare() {