summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2020-08-31 16:40:37 +0200
committerNils Czernia2020-08-31 16:40:37 +0200
commitd6af0e463403b17514383df8af9a5a51ed097ca0 (patch)
tree0020f4947247f56509b752f779b02ebebd1284fb
parent1f8f67102dedc0ec60b4eebde4b14a5f7729c5eb (diff)
downloadaur-d6af0e463403b17514383df8af9a5a51ed097ca0.tar.gz
Updated to 4.12.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bf524e5e0b3..a04523c51dc7 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.12.2
+ pkgver = 4.12.3
pkgrel = 2
url = http://qlcplus.org/
install = qlcplus.install
@@ -20,8 +20,8 @@ pkgbase = qlcplus
optdepends = ola: Open Lighting Architecture plugin
conflicts = qlc
conflicts = qlc-svn
- source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.12.2.tar.gz
- sha512sums = b274f0559ce15e045d653f4c034dc083922a13c6f9c5e7ba11026b3be9bb85fe447bb489d536dd24bb99bd4b08433f24f1713b73701afff99fa845fcef2547af
+ source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.12.3.tar.gz
+ sha512sums = f25601a44a81d2fd15c54a05588e687fa1f0c0473d0e2188fa0c052b905df806b0516f8b80bf28451a583aa241d137f858fe83b9d7e0e0747bcc3b0bae91d9f0
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 79b3f93cde29..def96d9c7bc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Czernia <nils[at]czserver.de>
pkgname=qlcplus
-pkgver=4.12.2
+pkgver=4.12.3
pkgrel=2
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")
-sha512sums=("b274f0559ce15e045d653f4c034dc083922a13c6f9c5e7ba11026b3be9bb85fe447bb489d536dd24bb99bd4b08433f24f1713b73701afff99fa845fcef2547af")
+sha512sums=("f25601a44a81d2fd15c54a05588e687fa1f0c0473d0e2188fa0c052b905df806b0516f8b80bf28451a583aa241d137f858fe83b9d7e0e0747bcc3b0bae91d9f0")
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"