summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalte Jürgens2022-03-27 17:47:25 +0200
committerMalte Jürgens2022-03-27 17:47:25 +0200
commit43eea6935c28910c5b90af0fc607d9bdd9db83ba (patch)
tree01e6249e181c0c22efb1eebbc2b10f937deeaaca
parent45409c694b575c6fe78b52f2415858294fa52ab5 (diff)
downloadaur-43eea6935c28910c5b90af0fc607d9bdd9db83ba.tar.gz
Update to 7ad5763852f2163c3bd50ef9de0663079e9dfee7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0f51880cc24..2763d0acc185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = ikea-smartlight-git
pkgdesc = python framework for controlling the Ikea smart lights (tradfri)
- pkgver = 52b22aa735d1f09a158a69b18daf9bb3032dbcc8
+ pkgver = 7ad5763852f2163c3bd50ef9de0663079e9dfee7
pkgrel = 1
- url = https://github.com/slokhorst/ikea-smartlight
+ url = https://github.com/maltejur/ikea-smartlight/tree/fix_KeyError
arch = x86_64
license = GPL-3.0
depends = python
depends = python-tqdm
depends = libcoap
- source = ikea-smartlight-git-52b22aa735d1f09a158a69b18daf9bb3032dbcc8.tar.gz::https://github.com/slokhorst/ikea-smartlight/archive/52b22aa735d1f09a158a69b18daf9bb3032dbcc8.tar.gz
- sha256sums = 93fc04d21fc62d571b5069c5df4b631510c6f74fc362a5577f9ee10adc11fd6e
+ source = ikea-smartlight-git-7ad5763852f2163c3bd50ef9de0663079e9dfee7.tar.gz::https://github.com/maltejur/ikea-smartlight/archive/7ad5763852f2163c3bd50ef9de0663079e9dfee7.tar.gz
+ sha256sums = 9c4acd6df33f77e2492f9c56876793c4eafbfd2dcbac9a1238441efab5ed7c78
pkgname = ikea-smartlight-git
diff --git a/PKGBUILD b/PKGBUILD
index 70cf8ac1054b..8022e8797e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Malte Jürgens <maltejur@dismail.de>
pkgname=ikea-smartlight-git
-pkgver=52b22aa735d1f09a158a69b18daf9bb3032dbcc8
+pkgver=7ad5763852f2163c3bd50ef9de0663079e9dfee7
pkgrel=1
pkgdesc="python framework for controlling the Ikea smart lights (tradfri) "
arch=("x86_64")
-url="https://github.com/slokhorst/ikea-smartlight"
+url="https://github.com/maltejur/ikea-smartlight/tree/fix_KeyError"
license=("GPL-3.0")
depends=(python python-tqdm libcoap)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/slokhorst/ikea-smartlight/archive/52b22aa735d1f09a158a69b18daf9bb3032dbcc8.tar.gz")
-sha256sums=("93fc04d21fc62d571b5069c5df4b631510c6f74fc362a5577f9ee10adc11fd6e")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/maltejur/ikea-smartlight/archive/7ad5763852f2163c3bd50ef9de0663079e9dfee7.tar.gz")
+sha256sums=("9c4acd6df33f77e2492f9c56876793c4eafbfd2dcbac9a1238441efab5ed7c78")
build() {
cd ikea-smartlight-$pkgver