summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2016-03-03 11:43:17 -0500
committerAnthony VanBerkum2016-03-03 11:43:17 -0500
commit9f1b25a7327982838fa1439ffb64214d3f875412 (patch)
treea6a8cc18d6e5910676eec230b22d14b7ade8307b
parentbdab567d3a0a44aa8c9195b972943ac9805c8d15 (diff)
downloadaur-9f1b25a7327982838fa1439ffb64214d3f875412.tar.gz
Update to v4.1.0.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88cb4f98b0d7..e02e6ebcfb75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 20:27:49 UTC 2016
+# Thu Mar 3 16:43:09 UTC 2016
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 4.0.1
+ pkgver = 4.1.0
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.0.1/gregorio-4.0.1.tar.bz2
- sha256sums = aa9f1f93ab4975963340707677af6ff38d2122702aa2fd57de1fdb19b07901e1
+ source = https://github.com/gregorio-project/gregorio/releases/download/v4.1.0/gregorio-4.1.0.tar.bz2
+ sha256sums = 0583fdd364c64efe8c5964e3b289f63eccc9aaf11d8598e93f43d2fe9ea38d38
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 0082a588e00f..438ffc318370 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=4.0.1
+pkgver=4.1.0
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/v4.0.1/gregorio-4.0.1.tar.bz2")
-sha256sums=("aa9f1f93ab4975963340707677af6ff38d2122702aa2fd57de1fdb19b07901e1")
+source=("https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/gregorio-$pkgver.tar.bz2")
+sha256sums=("0583fdd364c64efe8c5964e3b289f63eccc9aaf11d8598e93f43d2fe9ea38d38")
prepare() {