summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Lebleu2015-09-21 15:53:46 +0200
committerJerome Lebleu2015-09-21 15:53:46 +0200
commit383b11e7d082da3416ccd8de4b1e84f72a56775d (patch)
tree87de369f0d1298a3b4c939de993b8963758b3821
parenta5178e767d8e8abb510337734404851fb6ffe863 (diff)
downloadaur-383b11e7d082da3416ccd8de4b1e84f72a56775d.tar.gz
Download sources from QLC+ website
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc6b6194e8ff..bbb7a4c61dbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qlcplus
pkgdesc = Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures.
pkgver = 4.9.1
- pkgrel = 1
+ pkgrel = 2
url = http://qlcplus.org/
install = qlcplus.install
arch = i686
@@ -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.1.tar.gz
- md5sums = 2d2e23834aa8dba4c5727fd8776d255d
+ source = http://www.qlcplus.org/downloads/4.9.1/qlcplus_4.9.1.tar.gz
+ md5sums = 6af9c4fc47d63336e5cddabe777985f9
pkgname = qlcplus
diff --git a/PKGBUILD b/PKGBUILD
index 2c7239e5a7a8..794f16049db9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qlcplus
pkgver=4.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Q Light Controller Plus - The open DMX lighting desk software for controlling professional lighting fixtures."
arch=('i686' 'x86_64')
url="http://qlcplus.org/"
@@ -12,16 +12,16 @@ depends=('qt4' 'libftdi-compat' 'libsndfile' 'libmad' 'shared-mime-info' 'fftw')
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=('2d2e23834aa8dba4c5727fd8776d255d')
+source=("http://www.qlcplus.org/downloads/4.9.1/qlcplus_${pkgver}.tar.gz")
+md5sums=('6af9c4fc47d63336e5cddabe777985f9')
build() {
- cd "${srcdir}/qlcplus-QLC-_${pkgver}"
+ cd "${srcdir}/qlcplus-${pkgver}"
qmake-qt4
make
}
package() {
- cd "${srcdir}/qlcplus-QLC-_${pkgver}"
+ cd "${srcdir}/qlcplus-${pkgver}"
make INSTALL_ROOT="${pkgdir}/" install
}