summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2016-09-25 10:02:12 -0400
committerAnthony VanBerkum2016-09-25 10:02:12 -0400
commitd3a59dce4d2f5bc87585da8da5cf6d4a809ad60d (patch)
tree225343a347961f86bd27eee3ba3895565db5a738
parent11d066d2bccccf901aaeb3d97841ecd70484a75c (diff)
downloadaur-d3a59dce4d2f5bc87585da8da5cf6d4a809ad60d.tar.gz
Update to v4.2.0.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 689f2e291ee8..34d4ce018fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 00:16:06 UTC 2016
+# Sun Sep 25 14:02:00 UTC 2016
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
- pkgver = 4.1.4
- pkgrel = 2
+ pkgver = 4.2.0
+ pkgrel = 1
url = http://gregorio-project.github.io
install = gregorio.install
arch = i686
@@ -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.4/gregorio-4.1.4.tar.bz2
- sha256sums = 971093bfe18becbeb8b019abd554503a75cb550f9a1501af40621904424aa35c
+ source = https://github.com/gregorio-project/gregorio/releases/download/v4.2.0/gregorio-4.2.0.tar.bz2
+ sha256sums = 64eddccc3ba6faf500ccbbab78fa7537dbd1a73999631e906c6b51ae1255c838
pkgname = gregorio
diff --git a/PKGBUILD b/PKGBUILD
index 1bd9781adbfd..2aeea48f9b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: David Gippner davidgippner at googlemail dot com
pkgbase=gregorio
pkgname=$pkgbase
-pkgver=4.1.4
-pkgrel=2
+pkgver=4.2.0
+pkgrel=1
pkgdesc="Command-line tool to typeset Gregorian chant"
url=http://gregorio-project.github.io
arch=("i686" "x86_64")
@@ -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=("971093bfe18becbeb8b019abd554503a75cb550f9a1501af40621904424aa35c")
+sha256sums=("64eddccc3ba6faf500ccbbab78fa7537dbd1a73999631e906c6b51ae1255c838")
prepare() {