summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c976b83ee2bc..05a96d2e1812 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 01:41:37 UTC 2016
+# Thu Dec 1 17:46:19 UTC 2016
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
pkgver = 6.08.0
- pkgrel = 2
+ pkgrel = 3
url = http://csound.github.io
arch = any
license = LGPL
license = GPL
optdepends = csound
- source = https://github.com/csound/csound/releases/download/b6.08.0/Csound6.08_manual_html.zip
+ 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 d97bdf646025..b0f1aeb326a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=csound-doc
pkgver=6.08.0
-pkgrel=2
+pkgrel=3
pkgdesc="The Canonical Csound Reference Manual"
url="http://csound.github.io"
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/b6.08.0/Csound6.08_manual_html.zip")
+source=("https://github.com/csound/csound/releases/download/${pkgver}/Csound${pkgver:0:-2}_manual_html.zip")
sha256sums=('1ac442112bcd3b9e698070e3e8cd30a71b6a9b02b403a1d43b736544ea2243b6')
package() {