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 e02e6ebcfb75..b029c6b8a051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 3 16:43:09 UTC 2016
+# Sat Mar 12 14:50:21 UTC 2016
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 4.1.0
+ pkgver = 4.1.1
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.0/gregorio-4.1.0.tar.bz2
- sha256sums = 0583fdd364c64efe8c5964e3b289f63eccc9aaf11d8598e93f43d2fe9ea38d38
+ source = https://github.com/gregorio-project/gregorio/releases/download/v4.1.1/gregorio-4.1.1.tar.bz2
+ sha256sums = 2bc6eadd8faa72622488d3d81c30856b84cd6dbc5382ca6c98611fc732e330b7
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 438ffc318370..88f45fe7052d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=4.1.0
+pkgver=4.1.1
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=("0583fdd364c64efe8c5964e3b289f63eccc9aaf11d8598e93f43d2fe9ea38d38")
+sha256sums=("2bc6eadd8faa72622488d3d81c30856b84cd6dbc5382ca6c98611fc732e330b7")
prepare() {