summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Graef2015-11-18 21:41:21 +0100
committerAlbert Graef2015-11-18 21:41:21 +0100
commit4fee9cd1cf7259d04c3bdf9ccd1eb94ea05cd76f (patch)
tree90375c03a45d735f45952b40a708e56ba17063ef
parentb9f90a1d35a20028f4fd638206e385a64647f2c4 (diff)
downloadaur-4fee9cd1cf7259d04c3bdf9ccd1eb94ea05cd76f.tar.gz
Dependency changes, update to latest revision
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD22
2 files changed, 17 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d08ec10fb9d..6fd433a45495 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = inscore-git
pkgdesc = Grame's INScore: interactive augmented music scores (git version)
- pkgver = 2669.20c4660
- pkgrel = 2
+ pkgver = 2671.6608b41
+ pkgrel = 1
url = http://inscore.sourceforge.net/
install = inscore-git.install
arch = x86_64
arch = i686
license = LGPL
- makedepends = cmake
depends = qt5-base
depends = qt5-declarative
depends = qt5-imageformats
@@ -16,10 +15,10 @@ pkgbase = inscore-git
depends = qt5-tools
depends = qt5-websockets
depends = guidolib
- optdepends = libmusicxml: MusicXML support
- optdepends = libmicrohttpd: HTTP server support
- optdepends = faust2-git: Faust programming support
- optdepends = lua: Lua programming support (deprecated)
+ depends = libmusicxml
+ depends = libmicrohttpd
+ depends = faust2-git
+ depends = lua
provides = inscore
conflicts = inscore
source = inscore-git::git+git://git.code.sf.net/p/inscore/code#branch=dev
diff --git a/PKGBUILD b/PKGBUILD
index ff4852ad4d63..c99a74a027f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: aggraef@gmail.com
pkgname=inscore-git
-pkgver=2669.20c4660
-pkgrel=2
+pkgver=2671.6608b41
+pkgrel=1
pkgdesc="Grame's INScore: interactive augmented music scores (git version)"
arch=('x86_64' 'i686')
url="http://inscore.sourceforge.net/"
license=('LGPL')
-depends=('qt5-base' 'qt5-declarative' 'qt5-imageformats' 'qt5-multimedia' 'qt5-svg'
- 'qt5-tools' 'qt5-websockets' 'guidolib')
-# Optional dependencies; you need to install all of these beforehand in order
-# to get a complete feature set.
-optdepends=('libmusicxml: MusicXML support'
- 'libmicrohttpd: HTTP server support'
- 'faust2-git: Faust programming support'
- 'lua: Lua programming support (deprecated)')
-makedepends=('cmake')
+depends=('qt5-base' 'qt5-declarative' 'qt5-imageformats' 'qt5-multimedia'
+ 'qt5-svg' 'qt5-tools' 'qt5-websockets' 'guidolib'
+ # These dependencies are all optional but we pull them in anyway in
+ # order to provide a complete feature set.
+ 'libmusicxml' 'libmicrohttpd' 'faust2-git' 'lua')
+#optdepends=('libmusicxml: MusicXML support'
+# 'libmicrohttpd: HTTP server support'
+# 'faust2-git: Faust programming support'
+# 'lua: Lua programming support (deprecated)')
provides=('inscore')
conflicts=('inscore')
install="$pkgname.install"