summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAinola2017-02-09 10:49:10 -0700
committerAinola2017-02-09 10:49:10 -0700
commitd24bcaa19d341a29b8d47d7b2adca088bf89e509 (patch)
tree9a40e7d8fae5748e8a38a32b37355f9e856d391c
parent506613b68e94509289bd35ac5ad26b668656ee3b (diff)
downloadaur-d24bcaa19d341a29b8d47d7b2adca088bf89e509.tar.gz
upgpkg: 2.6.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c1983a25c1b..93b95cd0b743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu May 26 00:08:27 UTC 2016
+# Thu Feb 9 17:49:03 UTC 2017
pkgbase = csound-blue
pkgdesc = A music composition environment for Csound
- pkgver = 2.5.14
- pkgrel = 3
+ pkgver = 2.6.1
+ pkgrel = 1
url = http://blue.kunstmusik.com/
arch = i686
arch = x86_64
@@ -19,10 +19,10 @@ pkgbase = csound-blue
provides = csound-blue
conflicts = csound-blue
options = !strip
- source = https://downloads.sourceforge.net/project/bluemusic/blue/2.5.x/blue_2.5.14.zip
+ source = https://github.com/kunstmusik/blue/releases/download/2.6.1/blue_2.6.1.zip
source = blue.desktop
source = icons.tar.gz
- sha256sums = f5af74275e4d6f7cc14230feb010d836691ef6576aee0c7f519c50121fcd04f0
+ sha256sums = 26c3d9b623d1b10a9d5c8187b724ba2a91bfd11ffe6a89437ea847082801e7d4
sha256sums = 06dcc0dbade0b9c2eb904815aefa86d32e8e21de47fd7cd8873f139c1fb24fe6
sha256sums = 60240d02dd3f25b9df684efaf93a5fd05e520b5f46e94f24b58de60604dbae36
diff --git a/PKGBUILD b/PKGBUILD
index 464f5472b323..1784a85063a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,23 @@
# Maintainer : Ainola
-# Contributor: Arch Linux Pro Audio <dev@archaudio.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Bernardo Barros <bernardobarros@gmail.com>
+# Contributor: Arch Linux Pro Audio
+# Contributor: SpepS
+# Contributor: Bernardo Barros
pkgname=csound-blue
-pkgver=2.5.14
-pkgrel=3
+pkgver=2.6.1
+pkgrel=1
pkgdesc="A music composition environment for Csound"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
url="http://blue.kunstmusik.com/"
license=('GPL')
depends=('csound' 'java-environment>=7')
makedepends=('pd' 'scons' 'swig' 'java-environment>=7' 'dssi' 'boost')
provides=('csound-blue')
conflicts=('csound-blue')
-source=("https://downloads.sourceforge.net/project/bluemusic/blue/2.5.x/blue_${pkgver}.zip"
+source=("https://github.com/kunstmusik/blue/releases/download/${pkgver}/blue_${pkgver}.zip"
"blue.desktop"
"icons.tar.gz")
-sha256sums=('f5af74275e4d6f7cc14230feb010d836691ef6576aee0c7f519c50121fcd04f0'
+sha256sums=('26c3d9b623d1b10a9d5c8187b724ba2a91bfd11ffe6a89437ea847082801e7d4'
'06dcc0dbade0b9c2eb904815aefa86d32e8e21de47fd7cd8873f139c1fb24fe6'
'60240d02dd3f25b9df684efaf93a5fd05e520b5f46e94f24b58de60604dbae36')
options=(!strip)