summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2015-07-06 15:26:57 -0400
committerAnthony VanBerkum2015-07-06 15:26:57 -0400
commit869c1587b0044f8cec47ee93e7255d590bbee83f (patch)
treec41ed4e56dec71610c7f579c0823b2e54afebb75
parent485288e083a0369144477884904d588d6a903361 (diff)
downloadaur-869c1587b0044f8cec47ee93e7255d590bbee83f.tar.gz
Update to v3.0.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3083444dc718..5cc1a56d9624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 3.0.2
+ pkgver = 3.0.3
pkgrel = 1
url = http://gregorio-project.github.io
install = gregorio.install
@@ -16,8 +16,8 @@ pkgbase = gregorio
conflicts = gregorio-svn
conflicts = gregorio-git
conflicts = gregoriotex
- source = https://github.com/gregorio-project/gregorio/releases/download/v3.0.2/gregorio-3.0.2.tar.gz
- sha256sums = da7e35e642f5bc40e55bf6e795513a225e6b7e80086a021e516c2daf69fc2e74
+ source = https://github.com/gregorio-project/gregorio/releases/download/v3.0.3/gregorio-3.0.3.tar.gz
+ sha256sums = 4634c2ad1fcb44e7dc9301770f28314204a876558fdd1851b919f061c24b3508
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index bdc271bd9f67..fb8441a9f8e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=3.0.2
+pkgver=3.0.3
pkgrel=1
pkgdesc="Command-line tool to typeset Gregorian chant"
url=http://gregorio-project.github.io
@@ -13,8 +13,8 @@ depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra
conflicts=("gregorio-svn" "gregorio-git" "gregoriotex")
provides=("gregorio")
install=gregorio.install
-source=("https://github.com/gregorio-project/gregorio/releases/download/v3.0.2/gregorio-3.0.2.tar.gz")
-sha256sums=("da7e35e642f5bc40e55bf6e795513a225e6b7e80086a021e516c2daf69fc2e74")
+source=("https://github.com/gregorio-project/gregorio/releases/download/v3.0.3/gregorio-3.0.3.tar.gz")
+sha256sums=("4634c2ad1fcb44e7dc9301770f28314204a876558fdd1851b919f061c24b3508")
prepare() {