summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2015-10-18 21:19:00 +0200
committerJerome Lebleu2015-10-18 21:19:00 +0200
commit626df122e63367c5c050fd5644bd849b5b2d7035 (patch)
tree40d6569aff0b44bb74658f7a4e7f6c5366dd6f46
parent6bee896eaf3b48260bdb21539f10ecc73676bebb (diff)
downloadaur-626df122e63367c5c050fd5644bd849b5b2d7035.tar.gz
Update to 4.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76c01bbcbbfa..109ed4c1f784 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
- pkgver = 4.9.1
- pkgrel = 3
+ pkgver = 4.10.0
+ pkgrel = 1
url = http://qlcplus.org/
install = qlcplus.install
arch = i686
@@ -16,8 +16,8 @@ pkgbase = qlcplus
optdepends = ola: Open Lighting Architecture plugin
conflicts = qlc
conflicts = qlc-svn
- source = http://www.qlcplus.org/downloads/4.9.1/qlcplus_4.9.1.tar.gz
- md5sums = 6af9c4fc47d63336e5cddabe777985f9
+ source = http://www.qlcplus.org/downloads/4.10.0/qlcplus_4.10.0.tar.gz
+ md5sums = a9120c5a3c76c8d975371a0ba592fa6f
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index f91732aaf82b..85f588228d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jerome Lebleu <jerome dot lebleu at mailoo dot org>
pkgname=qlcplus
-pkgver=4.9.1
-pkgrel=3
+pkgver=4.10.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/"
@@ -12,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/4.9.1/qlcplus_${pkgver}.tar.gz")
-md5sums=('6af9c4fc47d63336e5cddabe777985f9')
+source=("http://www.qlcplus.org/downloads/${pkgver}/qlcplus_${pkgver}.tar.gz")
+md5sums=('a9120c5a3c76c8d975371a0ba592fa6f')
build() {
cd "${srcdir}/qlcplus-${pkgver}"