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 ba2ac59bfd7f..9e54cd1ac57c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Jul 13 09:24:44 UTC 2017
+# Sat Dec 23 04:40:38 UTC 2017
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
- pkgver = 6.09.1
+ pkgver = 6.10.0
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.1/Csound6.09.1_manual_html.zip
- sha256sums = b2e8ef90e43762c64643c6adddb1e276ac6b496b4fe64fe83e2b8393dbd69100
+ source = https://github.com/csound/csound/releases/download/6.10.0/Csound6.10.0_manual_html.zip
+ sha256sums = 1f3bc78e7826cc32b0fa43f73b60a9f8b2ee09c3c47118bcb9d5e8649b66dbcf
pkgname = csound-doc
diff --git a/PKGBUILD b/PKGBUILD
index f3fb0c739fce..f17c33cb1f93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lars Boettcher
pkgname=csound-doc
-pkgver=6.09.1
+pkgver=6.10.0
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/6.09.1/Csound6.09.1_manual_html.zip")
-sha256sums=('b2e8ef90e43762c64643c6adddb1e276ac6b496b4fe64fe83e2b8393dbd69100')
+source=("https://github.com/csound/csound/releases/download/6.10.0/Csound6.10.0_manual_html.zip")
+sha256sums=('1f3bc78e7826cc32b0fa43f73b60a9f8b2ee09c3c47118bcb9d5e8649b66dbcf')
package() {
install -d "$pkgdir/usr/share/doc/csound-doc/html"