summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-05-26 08:56:12 -0600
committerAinola2017-05-26 08:56:12 -0600
commit65c4e958791ecbe38483d58351c5aa0b8444c6cc (patch)
tree9432ebbbe405aa6fd2128c40ace29a0b0f7a9aa0
parent197499f86950057622de55e831241d08b57d6104 (diff)
downloadaur-65c4e958791ecbe38483d58351c5aa0b8444c6cc.tar.gz
upgpkg: 6.09.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a96d2e1812..4ea9d7a371e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Dec 1 17:46:19 UTC 2016
+# Fri May 26 14:55:56 UTC 2017
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
- pkgver = 6.08.0
- pkgrel = 3
+ pkgver = 6.09.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.08.0/Csound6.08_manual_html.zip
- sha256sums = 1ac442112bcd3b9e698070e3e8cd30a71b6a9b02b403a1d43b736544ea2243b6
+ source = https://github.com/csound/csound/releases/download/6.09.0/Csound6.09_manual_html.zip
+ sha256sums = 01167a26f5e51cbb073cb48d193aaf4803f8c1d83321a2fad2344f1d50d6034a
pkgname = csound-doc
diff --git a/PKGBUILD b/PKGBUILD
index b0f1aeb326a2..cbe558e1871d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Lars Boettcher
pkgname=csound-doc
-pkgver=6.08.0
-pkgrel=3
+pkgver=6.09.0
+pkgrel=1
pkgdesc="The Canonical Csound Reference Manual"
url="http://csound.github.io"
arch=('any')
@@ -13,7 +13,7 @@ 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=('1ac442112bcd3b9e698070e3e8cd30a71b6a9b02b403a1d43b736544ea2243b6')
+sha256sums=('01167a26f5e51cbb073cb48d193aaf4803f8c1d83321a2fad2344f1d50d6034a')
package() {
install -d "$pkgdir/usr/share/doc/csound-doc/html"