summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea9d7a371e4..ba2ac59bfd7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri May 26 14:55:56 UTC 2017
+# Thu Jul 13 09:24:44 UTC 2017
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
- pkgver = 6.09.0
+ pkgver = 6.09.1
pkgrel = 1
url = http://csound.github.io
arch = any
license = LGPL
license = GPL
optdepends = csound
- source = https://github.com/csound/csound/releases/download/6.09.0/Csound6.09_manual_html.zip
- sha256sums = 01167a26f5e51cbb073cb48d193aaf4803f8c1d83321a2fad2344f1d50d6034a
+ source = https://github.com/csound/csound/releases/download/6.09.1/Csound6.09.1_manual_html.zip
+ sha256sums = b2e8ef90e43762c64643c6adddb1e276ac6b496b4fe64fe83e2b8393dbd69100
pkgname = csound-doc
diff --git a/PKGBUILD b/PKGBUILD
index cbe558e1871d..f3fb0c739fce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lars Boettcher
pkgname=csound-doc
-pkgver=6.09.0
+pkgver=6.09.1
pkgrel=1
pkgdesc="The Canonical Csound Reference Manual"
url="http://csound.github.io"
@@ -12,8 +12,8 @@ arch=('any')
license=('LGPL' 'GPL')
optdepends=('csound')
# This is a hardcoded link because the devs change the naming convention often.
-source=("https://github.com/csound/csound/releases/download/${pkgver}/Csound${pkgver:0:-2}_manual_html.zip")
-sha256sums=('01167a26f5e51cbb073cb48d193aaf4803f8c1d83321a2fad2344f1d50d6034a')
+source=("https://github.com/csound/csound/releases/download/6.09.1/Csound6.09.1_manual_html.zip")
+sha256sums=('b2e8ef90e43762c64643c6adddb1e276ac6b496b4fe64fe83e2b8393dbd69100')
package() {
install -d "$pkgdir/usr/share/doc/csound-doc/html"