summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Wozniak2016-03-17 20:07:25 +0100
committerPatrick Wozniak2016-03-17 20:07:25 +0100
commit722216f11fb5cfb45ffee2be56fea667bf14b242 (patch)
treebc40315b7a624882148599f24f0b161ea1447f81
parentdec698ab71235a1fbaaedc859d65801fb0044be7 (diff)
downloadaur-722216f11fb5cfb45ffee2be56fea667bf14b242.tar.gz
update to v1.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65b041422d62..b61a551eceba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Mar 17 19:07:06 UTC 2016
pkgbase = hyperion-rpi-bin
pkgdesc = An opensource 'AmbiLight' implementation (build for raspberry pi) (binary)
- pkgver = 20150306.205657
- pkgrel = 3
+ pkgver = 20160315.138dc9d
+ pkgrel = 1
url = https://github.com/tvdzwan/hyperion
arch = any
license = MIT
@@ -10,10 +12,10 @@ pkgbase = hyperion-rpi-bin
conflicts = hyperion-git
conflicts = hyperion-rpi-git
backup = etc/conf.d/hyperion.config.json
- source = https://raw.githubusercontent.com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz
+ source = https://raw.githubusercontent.com/tvdzwan/hyperion/master/deploy/hyperion_rpi.tar.gz
source = hyperiond.service
source = LICENSE
- sha256sums = 3446ec0c6a9f5c9501e90efa559727ae7686086cf42043dbd07c4fb4b20463f6
+ sha256sums = bfd840fd1c3350a111a52aeffb043b8cb1aaf62bcb66f98ec58aa0f6d58cbf64
sha256sums = aab12fb3d901ea4c8694bd713b1a2187beae6a6ed40f3355d12fc7ad50aaf3fe
sha256sums = 85f28018f946ca13b6de640c45e011cd9fe56114d474cb990d4d1ff91ae1cd60
diff --git a/PKGBUILD b/PKGBUILD
index 69ba7578299a..0f7e48ee7c84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# build for raspberry pi
pkgname=hyperion-rpi-bin
-pkgver=20150306.205657
-pkgrel=3
+pkgver=20160315.138dc9d
+pkgrel=1
pkgdesc="An opensource 'AmbiLight' implementation (build for raspberry pi) (binary)"
arch=('any')
@@ -23,12 +23,12 @@ backup=(
)
source=(
- "https://raw.githubusercontent.com/tvdzwan/hyperion/master/deploy/hyperion.tar.gz"
+ "https://raw.githubusercontent.com/tvdzwan/hyperion/master/deploy/hyperion_rpi.tar.gz"
"hyperiond.service"
"LICENSE"
)
sha256sums=(
- '3446ec0c6a9f5c9501e90efa559727ae7686086cf42043dbd07c4fb4b20463f6'
+ 'bfd840fd1c3350a111a52aeffb043b8cb1aaf62bcb66f98ec58aa0f6d58cbf64'
'aab12fb3d901ea4c8694bd713b1a2187beae6a6ed40f3355d12fc7ad50aaf3fe'
'85f28018f946ca13b6de640c45e011cd9fe56114d474cb990d4d1ff91ae1cd60'
)