summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2018-06-18 11:32:54 +0200
committerJerome Lebleu2018-06-18 11:32:54 +0200
commit6515d90b1d05ab0fcaccd67a0664ff34e8e49d5d (patch)
tree86bf8fbe0a888f61f627ccc5a549f3f01f7e6456
parenta0860975080fe3e99253bdad3337ea1a0c244fe2 (diff)
downloadaur-6515d90b1d05ab0fcaccd67a0664ff34e8e49d5d.tar.gz
Update to 4.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee18323cd0bc..13821b5536c6 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.11.1
+ pkgver = 4.11.2
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 = http://www.qlcplus.org/downloads/4.11.1/qlcplus_4.11.1.tar.gz
- md5sums = b66bbc219dcc183f2148baf418af799b
+ source = http://www.qlcplus.org/downloads/4.11.2/qlcplus_4.11.2.tar.gz
+ md5sums = 461d8e77c344e73c183c5b17c4107135
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 6004afbce213..d4035b2449a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jerome Lebleu <jerome dot lebleu at mailoo dot org>
pkgname=qlcplus
-pkgver=4.11.1
+pkgver=4.11.2
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=("http://www.qlcplus.org/downloads/${pkgver}/qlcplus_${pkgver}.tar.gz")
-md5sums=('b66bbc219dcc183f2148baf418af799b')
+md5sums=('461d8e77c344e73c183c5b17c4107135')
build() {
cd "${srcdir}/qlcplus-${pkgver}"