summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2018-02-14 08:09:47 +0100
committerAlbert Graef2018-02-14 08:09:47 +0100
commit4dc7f1c6aebf84ace75817dc8047a6ddd69d0224 (patch)
tree88b8d2f8a888bdb634f2d51789690e4675c8fe24
parentcd66b3acb891975a4ba6f0c5fef0ce74cc6ab1d0 (diff)
downloadaur-4dc7f1c6aebf84ace75817dc8047a6ddd69d0224.tar.gz
Replace obsolete faust2-git with faust dependency.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f1d90f6bf29..4fb2fe724eb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 3 14:47:51 UTC 2017
+# Wed Feb 14 07:08:40 UTC 2018
pkgbase = inscore-git
pkgdesc = Grame's INScore: interactive augmented music scores (git version)
- pkgver = 3882.453f1bda
+ pkgver = 4602.b1026e938
pkgrel = 1
url = http://inscore.sourceforge.net/
install = inscore-git.install
@@ -20,7 +20,7 @@ pkgbase = inscore-git
depends = guidoar-git
depends = libmusicxml-git
depends = libmicrohttpd
- depends = faust2-git
+ depends = faust
depends = lua
provides = inscore
conflicts = inscore
diff --git a/PKGBUILD b/PKGBUILD
index 64ffa2a3141b..cec0f00e35db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aggraef@gmail.com
pkgname=inscore-git
-pkgver=3882.453f1bda
+pkgver=4602.b1026e938
pkgrel=1
pkgdesc="Grame's INScore: interactive augmented music scores (git version)"
arch=('x86_64' 'i686')
@@ -10,10 +10,10 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-imageformats' 'qt5-multimedia'
'qt5-svg' 'qt5-tools' 'qt5-websockets' 'guidolib-git' 'guidoar-git'
# These dependencies are all optional but we pull them in anyway in
# order to provide a complete feature set.
- 'libmusicxml-git' 'libmicrohttpd' 'faust2-git' 'lua')
+ 'libmusicxml-git' 'libmicrohttpd' 'faust' 'lua')
#optdepends=('libmusicxml: MusicXML support'
# 'libmicrohttpd: HTTP server support'
-# 'faust2-git: Faust programming support'
+# 'faust: Faust programming support'
# 'lua: Lua programming support (deprecated)')
provides=('inscore')
conflicts=('inscore')