summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Wozniak2015-09-13 16:11:06 +0200
committerPatrick Wozniak2015-09-13 16:11:06 +0200
commit040d1a13f13907f28dc553f4be8436874fce3135 (patch)
tree8802c46c02bb5b9f574b35f52d42ad573f7e97d3
parent366e71dab114b0ed13a9431f9f539bc303c67b18 (diff)
downloadaur-040d1a13f13907f28dc553f4be8436874fce3135.tar.gz
added dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a74b17342ddc..f901fac82817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = hyperion-rpi-bin
pkgdesc = An opensource 'AmbiLight' implementation (build for raspberry pi) (binary)
pkgver = 20150306.205657
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tvdzwan/hyperion
arch = any
license = MIT
+ makedepends = qt4
+ depends = python2
conflicts = hyperion-git
conflicts = hyperion-rpi-git
source = https://raw.githubusercontent.com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 577299153f05..83cb50d6cc2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,16 @@
pkgname=hyperion-rpi-bin
pkgver=20150306.205657
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource 'AmbiLight' implementation (build for raspberry pi) (binary)"
arch=('any')
url="https://github.com/tvdzwan/hyperion"
license=('MIT')
+depends=( 'python2' )
+makedepends=( 'qt4' )
+
conflicts=(
'hyperion-git'
'hyperion-rpi-git'