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 176d00d91b55..cbc1da945c26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 28 21:10:58 UTC 2016
+# Mon May 30 14:50:13 UTC 2016
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 4.1.3
+ pkgver = 4.1.4
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.3/gregorio-4.1.3.tar.bz2
- sha256sums = f5165b2262e5525bf1ca12dc438117553b153ebe5a6baa1cc00026aa3dee11ed
+ source = https://github.com/gregorio-project/gregorio/releases/download/v4.1.4/gregorio-4.1.4.tar.bz2
+ sha256sums = 971093bfe18becbeb8b019abd554503a75cb550f9a1501af40621904424aa35c
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 67bbc9b56663..a233aa761922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=4.1.3
+pkgver=4.1.4
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=("f5165b2262e5525bf1ca12dc438117553b153ebe5a6baa1cc00026aa3dee11ed")
+sha256sums=("971093bfe18becbeb8b019abd554503a75cb550f9a1501af40621904424aa35c")
prepare() {