summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Appelt2020-04-12 18:30:45 +0200
committerDaniel Appelt2020-04-12 18:30:45 +0200
commit192e2cffb8ddde57139a5c7305645ba1c2ee9c10 (patch)
tree08bc57e6af314db622a3b8c47cc25dd776819543
parent531b1ac50738c3877145f22b7818f4cf55212c37 (diff)
downloadaur-192e2cffb8ddde57139a5c7305645ba1c2ee9c10.tar.gz
Update to v6.16
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ffe7bd1723..d6a23ad5ed88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
-# Generated by mksrcinfo v8
-# Tue Mar 19 21:49:44 UTC 2019
pkgbase = openmusic-bin
pkgdesc = A visual programming language designed for music composition
- pkgver = 6.15
+ pkgver = 6.16
pkgrel = 1
url = http://repmus.ircam.fr/openmusic/
install = openmusic.install
arch = x86_64
license = GPL
+ makedepends = rsync
depends = desktop-file-utils
depends = gdk-pixbuf2
depends = portmidi
@@ -17,8 +16,8 @@ pkgbase = openmusic-bin
provides = openmusic
conflicts = openmusic
options = !strip
- source = https://github.com/openmusic-project/OM6/releases/download/v6.15/OM-6.15-Linux.tar.bz2
- sha256sums = 9eb7e072da8e89d20b62c396e371d51239b83737fd2a0168a74f808bda4e96b7
+ source = https://github.com/openmusic-project/OM6/releases/download/v6.16/OM_6.16.tar.bz2
+ sha256sums = 14214fcc6abf05383c2ec06bbe563e31d7ea079d94e9d3223d45a8ef8a96cc96
pkgname = openmusic-bin
diff --git a/PKGBUILD b/PKGBUILD
index e486b6a5ccc9..4e3dce64f4f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Appelt <daniel.appelt@gmail.com>
_pkgbasename=openmusic
pkgname=${_pkgbasename}-bin
-pkgver=6.15
+pkgver=6.16
pkgrel=1
pkgdesc="A visual programming language designed for music composition"
arch=("x86_64")
@@ -10,14 +10,15 @@ license=("GPL")
depends=("desktop-file-utils" "gdk-pixbuf2" "portmidi" "libsndfile")
optdepends=("jack: JACK audio support"
"libsamplerate: speed up audio-waveform drawing")
+makedepends=("rsync")
provides=("${_pkgbasename}")
conflicts=("${_pkgbasename}")
# Note that the openmusic executable may not be compressed/stripped.
# (http://www.lispworks.com/kb/a15fc2ea99b4f8f5802571fe0057705a.html)
options=(!strip)
install="${_pkgbasename}.install"
-source=("https://github.com/openmusic-project/OM6/releases/download/v${pkgver}/OM-${pkgver}-Linux.tar.bz2")
-sha256sums=("9eb7e072da8e89d20b62c396e371d51239b83737fd2a0168a74f808bda4e96b7")
+source=("https://github.com/openmusic-project/OM6/releases/download/v${pkgver}/OM_${pkgver}.tar.bz2")
+sha256sums=("14214fcc6abf05383c2ec06bbe563e31d7ea079d94e9d3223d45a8ef8a96cc96")
package() {
cd "$srcdir/OM_${pkgver}"