summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2015-07-08 09:08:10 +0200
committerJerome Lebleu2015-07-08 09:08:10 +0200
commita5178e767d8e8abb510337734404851fb6ffe863 (patch)
tree151c5054205c48f36b893c3f6637b9bcea61d006
parent8cc250c6a6dffb45b2e738843f979c93328295d8 (diff)
downloadaur-a5178e767d8e8abb510337734404851fb6ffe863.tar.gz
Update to 4.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76fb1c151d8c..fc6b6194e8ff 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.9.0
+ pkgver = 4.9.1
pkgrel = 1
url = http://qlcplus.org/
install = qlcplus.install
@@ -16,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.9.0.tar.gz
- md5sums = 02e5393e24aa346ffb7ea84b1b66e147
+ source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.9.1.tar.gz
+ md5sums = 2d2e23834aa8dba4c5727fd8776d255d
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 4fe9bd050df6..2c7239e5a7a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jerome Lebleu <jerome dot lebleu at mailoo dot org>
pkgname=qlcplus
-pkgver=4.9.0
+pkgver=4.9.1
pkgrel=1
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ 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=('02e5393e24aa346ffb7ea84b1b66e147')
+md5sums=('2d2e23834aa8dba4c5727fd8776d255d')
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"