summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-11-26 18:32:14 -0700
committerAinola2016-11-26 18:32:14 -0700
commit722cd80e96224d47bc84c262cf190c31cb309b7c (patch)
tree1ba3597d89946156c794b8746140204e1f7125fe
parent5044f1d397c4eef14a28b8d4df702e3f354cbdf6 (diff)
downloadaur-722cd80e96224d47bc84c262cf190c31cb309b7c.tar.gz
upgpkg: 6.08.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e81e6a9d729b..956dec62f5bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sat Jun 11 16:07:54 UTC 2016
+# Sun Nov 27 01:32:08 UTC 2016
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
- pkgver = 6.07.0
+ pkgver = 6.08.0
pkgrel = 1
url = http://csound.github.io
arch = any
license = LGPL
license = GPL
- depends = csound
- source = https://github.com/csound/csound/releases/download/6.07.0/Csound6.07_manual_html.zip
- sha256sums = e71f364aedf74f8fa3d9c4ba071326a630bfa8b408910ef7f9ac9f5347bf669c
+ optdepends = csound
+ source = https://github.com/csound/csound/releases/download/6.08.0/Csound6.08_manual_html.zip
+ sha256sums = 1ac442112bcd3b9e698070e3e8cd30a71b6a9b02b403a1d43b736544ea2243b6
pkgname = csound-doc
diff --git a/PKGBUILD b/PKGBUILD
index 2a0bd30d525b..ecddca2edb23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Lars Boettcher
pkgname=csound-doc
-pkgver=6.07.0
+pkgver=6.08.0
pkgrel=1
pkgdesc="The Canonical Csound Reference Manual"
url="http://csound.github.io"
arch=('any')
license=('LGPL' 'GPL')
-depends=('csound')
+optdepends=('csound')
source=("https://github.com/csound/csound/releases/download/$pkgver/Csound${pkgver:0:-2}_manual_html.zip")
-sha256sums=('e71f364aedf74f8fa3d9c4ba071326a630bfa8b408910ef7f9ac9f5347bf669c')
+sha256sums=('1ac442112bcd3b9e698070e3e8cd30a71b6a9b02b403a1d43b736544ea2243b6')
package() {
install -d "$pkgdir/usr/share/doc/csound-doc/html"