summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd433a45495..921da155b4d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,8 +14,8 @@ pkgbase = inscore-git
depends = qt5-svg
depends = qt5-tools
depends = qt5-websockets
- depends = guidolib
- depends = libmusicxml
+ depends = guidolib-git
+ depends = libmusicxml-git
depends = libmicrohttpd
depends = faust2-git
depends = lua
diff --git a/PKGBUILD b/PKGBUILD
index c99a74a027f8..dcb2d2cb16e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ 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'
+ 'qt5-svg' 'qt5-tools' 'qt5-websockets' 'guidolib-git'
# These dependencies are all optional but we pull them in anyway in
# order to provide a complete feature set.
- 'libmusicxml' 'libmicrohttpd' 'faust2-git' 'lua')
+ 'libmusicxml-git' 'libmicrohttpd' 'faust2-git' 'lua')
#optdepends=('libmusicxml: MusicXML support'
# 'libmicrohttpd: HTTP server support'
# 'faust2-git: Faust programming support'