summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2015-06-28 10:24:03 +0200
committerJerome Lebleu2015-06-28 10:24:03 +0200
commit8cc250c6a6dffb45b2e738843f979c93328295d8 (patch)
treea404578f56b66bfe88bf9bb88d75e46132ef73a7
parent975b94406fa46ab784f3ed9c873126ba9934d582 (diff)
downloadaur-8cc250c6a6dffb45b2e738843f979c93328295d8.tar.gz
Update to 4.9.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64de8f4c9c01..76fb1c151d8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
- pkgver = 4.8.5
+ pkgver = 4.9.0
pkgrel = 1
url = http://qlcplus.org/
install = qlcplus.install
@@ -8,7 +8,6 @@ pkgbase = qlcplus
arch = x86_64
license = APACHE
depends = qt4
- depends = liblo
depends = libftdi-compat
depends = libsndfile
depends = libmad
@@ -17,8 +16,8 @@ pkgbase = qlcplus
optdepends = ola: Open Lighting Architecture plugin
conflicts = qlc
conflicts = qlc-svn
- source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.8.5.tar.gz
- md5sums = 8d72444b979a2d807aa9c9e793eefafa
+ source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.9.0.tar.gz
+ md5sums = 02e5393e24aa346ffb7ea84b1b66e147
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 3feffef44660..4fe9bd050df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Jerome Lebleu <jerome dot lebleu at mailoo dot org>
pkgname=qlcplus
-pkgver=4.8.5
+pkgver=4.9.0
pkgrel=1
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
url="http://qlcplus.org/"
license=('APACHE')
-depends=('qt4' 'liblo' 'libftdi-compat' 'libsndfile' 'libmad' 'shared-mime-info' 'fftw')
+depends=('qt4' 'libftdi-compat' 'libsndfile' 'libmad' 'shared-mime-info' 'fftw')
# ola need to be installed at build time for the plugin to be compiled
optdepends=('ola: Open Lighting Architecture plugin')
conflicts=('qlc' 'qlc-svn')
install=${pkgname}.install
source=("https://github.com/mcallegari/qlcplus/archive/QLC+_${pkgver}.tar.gz")
-md5sums=('8d72444b979a2d807aa9c9e793eefafa')
+md5sums=('02e5393e24aa346ffb7ea84b1b66e147')
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"