summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2016-06-11 10:09:59 -0600
committerAinola2016-06-11 10:09:59 -0600
commit5044f1d397c4eef14a28b8d4df702e3f354cbdf6 (patch)
tree833d4f13135d861c8a569d68514bc14bda2b180f
parent62914c6c5be3d49754496aaa6b7e66cff305b86d (diff)
downloadaur-5044f1d397c4eef14a28b8d4df702e3f354cbdf6.tar.gz
move source to github, upgpkg: 6.07.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 269fddb40dde..e81e6a9d729b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Dec 28 15:11:47 UTC 2015
+# Sat Jun 11 16:07:54 UTC 2016
pkgbase = csound-doc
pkgdesc = The Canonical Csound Reference Manual
- pkgver = 6.06
+ pkgver = 6.07.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.06.0/Csound6.06_manual_html.zip
- sha256sums = c5dd68d5506837f152d672c96e45ab6c1a5141448a543dd656ad2b6b421959b8
+ source = https://github.com/csound/csound/releases/download/6.07.0/Csound6.07_manual_html.zip
+ sha256sums = e71f364aedf74f8fa3d9c4ba071326a630bfa8b408910ef7f9ac9f5347bf669c
pkgname = csound-doc
diff --git a/PKGBUILD b/PKGBUILD
index 7f99c21c5357..2a0bd30d525b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,21 +4,19 @@
# Contributor: Lars Boettcher
pkgname=csound-doc
-pkgver=6.06
+pkgver=6.07.0
pkgrel=1
pkgdesc="The Canonical Csound Reference Manual"
url="http://csound.github.io"
arch=('any')
license=('LGPL' 'GPL')
depends=('csound')
-source=("https://github.com/csound/csound/releases/download/6.06.0/Csound${pkgver}_manual_html.zip")
-sha256sums=('c5dd68d5506837f152d672c96e45ab6c1a5141448a543dd656ad2b6b421959b8')
+source=("https://github.com/csound/csound/releases/download/$pkgver/Csound${pkgver:0:-2}_manual_html.zip")
+sha256sums=('e71f364aedf74f8fa3d9c4ba071326a630bfa8b408910ef7f9ac9f5347bf669c')
package() {
- # docs
install -d "$pkgdir/usr/share/doc/csound-doc/html"
cp -a "$srcdir"/html/* "$pkgdir/usr/share/doc/csound-doc/html"
- # permissions
find "$pkgdir" -type f -exec chmod 644 {} \;
}