summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Appelt2019-01-25 13:17:30 +0100
committerDaniel Appelt2019-01-25 13:17:30 +0100
commit51c769b29c826ca90b2555f77ebad666dacb8529 (patch)
tree86a9a1e792aaa588ab507fde25ab1e86b3a0e5f5
parent4e591ab7f16617fa6f89ac790d510c1fe05baadc (diff)
downloadaur-51c769b29c826ca90b2555f77ebad666dacb8529.tar.gz
Update v6.14 and -bin package rename
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
2 files changed, 22 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c4479fd025a..84ec27f89ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Fri May 11 09:08:05 UTC 2018
-pkgbase = openmusic
+# Fri Jan 25 12:15:16 UTC 2019
+pkgbase = openmusic-bin
pkgdesc = A visual programming language designed for music composition
- pkgver = 6.13
+ pkgver = 6.14
pkgrel = 1
- url = http://repmus.ircam.fr/openmusic/linux
+ url = http://repmus.ircam.fr/openmusic/
install = openmusic.install
arch = x86_64
license = GPL
@@ -14,9 +14,11 @@ pkgbase = openmusic
depends = libsndfile
optdepends = jack: JACK audio support
optdepends = libsamplerate: speed up audio-waveform drawing
+ provides = openmusic
+ conflicts = openmusic
options = !strip
- source = http://forge.ircam.fr/p/OM/downloads/get/OM_6.13.tar.bz2
- sha256sums = ed253ca9e00272b0fa75a86ae82296a95f0031cece5c6035d5ab9170b6da3d71
+ source = http://forge.ircam.fr/p/OM/downloads/get/OM_6.14.tar.bz2
+ sha256sums = d37aceae008ed451f7de79ec41dac6f906260bd752dd10dab1131985fd3e5c51
-pkgname = openmusic
+pkgname = openmusic-bin
diff --git a/PKGBUILD b/PKGBUILD
index 51de9eacef00..9504a87192cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,23 @@
# Maintainer: Daniel Appelt <daniel.appelt@gmail.com>
-pkgname=openmusic
-pkgver=6.13
+_pkgbasename=openmusic
+pkgname=${_pkgbasename}-bin
+pkgver=6.14
pkgrel=1
pkgdesc="A visual programming language designed for music composition"
-arch=('x86_64')
-url="http://repmus.ircam.fr/openmusic/linux"
-license=('GPL')
-depends=('desktop-file-utils' 'gdk-pixbuf2' 'portmidi' 'libsndfile')
-optdepends=('jack: JACK audio support'
- 'libsamplerate: speed up audio-waveform drawing')
+arch=("x86_64")
+url="http://repmus.ircam.fr/openmusic/"
+license=("GPL")
+depends=("desktop-file-utils" "gdk-pixbuf2" "portmidi" "libsndfile")
+optdepends=("jack: JACK audio support"
+ "libsamplerate: speed up audio-waveform drawing")
+provides=("${_pkgbasename}")
+conflicts=("${_pkgbasename}")
# Note that the openmusic executable may not be compressed/stripped.
# (http://www.lispworks.com/kb/a15fc2ea99b4f8f5802571fe0057705a.html)
options=(!strip)
-install="$pkgname.install"
+install="${_pkgbasename}.install"
source=("http://forge.ircam.fr/p/OM/downloads/get/OM_${pkgver}.tar.bz2")
-sha256sums=('ed253ca9e00272b0fa75a86ae82296a95f0031cece5c6035d5ab9170b6da3d71')
+sha256sums=("d37aceae008ed451f7de79ec41dac6f906260bd752dd10dab1131985fd3e5c51")
package() {
cd "$srcdir/OM_${pkgver}"