summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Czernia2024-03-19 18:07:30 +0100
committerNils Czernia2024-03-19 18:07:30 +0100
commitb945741c5fb7e9e50114bcfc28bbf98ee491d3d3 (patch)
tree5072256a9e8a370cbb139601fcc452975cbf4dee
parentc1947d3e13c24f5f1d9f26ca4c415c542242e62a (diff)
downloadaur-b945741c5fb7e9e50114bcfc28bbf98ee491d3d3.tar.gz
Updated to 4.13.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98fae11a0a6e..0182eb8400d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
- pkgver = 4.12.7
+ pkgver = 4.13.0
pkgrel = 1
url = http://qlcplus.org/
install = qlcplus.install
- arch = i686
arch = x86_64
arch = armv7h
license = APACHE
@@ -21,7 +20,7 @@ pkgbase = qlcplus
optdepends = ola: Open Lighting Architecture plugin
conflicts = qlc
conflicts = qlc-svn
- source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.12.7.tar.gz
- sha512sums = 26b3f17d25b0f34d41c701d1902e88eceb553f8d35d7d732581523a1066338bc8bd391fbb7b966ab5fe43114f405f9a8cef2d3c0da4d7b76bbe91bf0f64eae49
+ source = https://github.com/mcallegari/qlcplus/archive/QLC+_4.13.0.tar.gz
+ sha512sums = 0ec7fda23819c6bcf1132edc877cde22db3daa954a6043bf7a142af0e3670f5fbe4be1678c638996994833a8969dcf21698b1bec573973b80090c6f8b3610816
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 7a3342dce3b5..7c5564e83b02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Nils Czernia <nils[at]czserver.de>
pkgname=qlcplus
-pkgver=4.12.7
+pkgver=4.13.0
pkgrel=1
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
-arch=('i686' 'x86_64' 'armv7h')
+arch=('x86_64' 'armv7h')
url="http://qlcplus.org/"
license=('APACHE')
depends=('qt5-script' 'qt5-multimedia' 'libftdi-compat' 'libsndfile' 'libmad' 'shared-mime-info' 'fftw' 'libftdi' 'desktop-file-utils')
@@ -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=('26b3f17d25b0f34d41c701d1902e88eceb553f8d35d7d732581523a1066338bc8bd391fbb7b966ab5fe43114f405f9a8cef2d3c0da4d7b76bbe91bf0f64eae49')
+sha512sums=('0ec7fda23819c6bcf1132edc877cde22db3daa954a6043bf7a142af0e3670f5fbe4be1678c638996994833a8969dcf21698b1bec573973b80090c6f8b3610816')
build() {
cd "${srcdir}/qlcplus-QLC-_${pkgver}"