summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2022-08-28 19:13:18 +0200
committerNils Czernia2022-08-28 19:13:18 +0200
commite00a889ad38c538e73f2019fc6cd5e27a4f73acf (patch)
treeb207f6d632969c20ebdb1fa54c575dcd110136aa
parente0665006d69381ae85e9d2d637bb1469e67d93c7 (diff)
downloadaur-e00a889ad38c538e73f2019fc6cd5e27a4f73acf.tar.gz
Updated to 4.12.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43a12fdcb1f3..7046a82d8c28 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.5
+ pkgver = 4.12.6
pkgrel = 1
url = http://qlcplus.org/
install = qlcplus.install
@@ -21,7 +21,7 @@ pkgbase = qlcplus
optdepends = ola: Open Lighting Architecture plugin
conflicts = qlc
conflicts = qlc-svn
- source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.12.5.tar.gz
- sha512sums = 15c58c694dc5732effc0cfb2705c4540fc377e09b20cc36cb9a94566658b3dbfb759cbddb16cd51b22be889d580d8b45073ae0cff068a10c3dbe796ae1a027eb
+ source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.12.6.tar.gz
+ sha512sums = 80869bc0c1682aeb81f5463253be595aa4745d3c4b5e20a1c8ae1c3d9ceabbbf251b52bebb723d9e0297bc712cc75fe2dd472182b79bef84b351cd4795231765
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 7d7c271e69b3..5935da6d9061 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nils Czernia <nils[at]czserver.de>
pkgname=qlcplus
-pkgver=4.12.5
+pkgver=4.12.6
pkgrel=1
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64' 'armv7h')
@@ -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=('15c58c694dc5732effc0cfb2705c4540fc377e09b20cc36cb9a94566658b3dbfb759cbddb16cd51b22be889d580d8b45073ae0cff068a10c3dbe796ae1a027eb')
+sha512sums=('80869bc0c1682aeb81f5463253be595aa4745d3c4b5e20a1c8ae1c3d9ceabbbf251b52bebb723d9e0297bc712cc75fe2dd472182b79bef84b351cd4795231765')
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"