summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b029c6b8a051..176d00d91b55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 12 14:50:21 UTC 2016
+# Sat May 28 21:10:58 UTC 2016
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 4.1.1
+ pkgver = 4.1.3
pkgrel = 1
url = http://gregorio-project.github.io
install = gregorio.install
@@ -18,8 +18,8 @@ pkgbase = gregorio
conflicts = gregorio-svn
conflicts = gregorio-git
conflicts = gregoriotex
- source = https://github.com/gregorio-project/gregorio/releases/download/v4.1.1/gregorio-4.1.1.tar.bz2
- sha256sums = 2bc6eadd8faa72622488d3d81c30856b84cd6dbc5382ca6c98611fc732e330b7
+ source = https://github.com/gregorio-project/gregorio/releases/download/v4.1.3/gregorio-4.1.3.tar.bz2
+ sha256sums = f5165b2262e5525bf1ca12dc438117553b153ebe5a6baa1cc00026aa3dee11ed
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 88f45fe7052d..67bbc9b56663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=4.1.1
+pkgver=4.1.3
pkgrel=1
pkgdesc="Command-line tool to typeset Gregorian chant"
url=http://gregorio-project.github.io
@@ -14,7 +14,7 @@ conflicts=("gregorio-svn" "gregorio-git" "gregoriotex")
provides=("gregorio")
install=gregorio.install
source=("https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/gregorio-$pkgver.tar.bz2")
-sha256sums=("2bc6eadd8faa72622488d3d81c30856b84cd6dbc5382ca6c98611fc732e330b7")
+sha256sums=("f5165b2262e5525bf1ca12dc438117553b153ebe5a6baa1cc00026aa3dee11ed")
prepare() {