summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 779ea900f486..617d62776cf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Jerome Lebleu <jerome dot lebleu at mailoo dot org>
pkgname=qlcplus
-pkgver=4.10.5b
-_pkgver=4.10.5
+pkgver=4.11.0
pkgrel=1
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
@@ -13,8 +12,8 @@ depends=('qt4' 'libftdi-compat' 'libsndfile' 'libmad' 'shared-mime-info' 'fftw')
optdepends=('ola: Open Lighting Architecture plugin')
conflicts=('qlc' 'qlc-svn')
install=${pkgname}.install
-source=("http://www.qlcplus.org/downloads/${_pkgver}/qlcplus_${pkgver}.tar.gz")
-md5sums=('ace0eeff99981e87320f3ad8ca66b540')
+source=("http://www.qlcplus.org/downloads/${pkgver}/qlcplus_${pkgver}.tar.gz")
+md5sums=('35cf77b00e11a0b89b0e99dd4e000407')
build() {
cd "${srcdir}/qlcplus-${pkgver}"