summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Minnocci2021-06-19 22:45:24 +0200
committerFrancesco Minnocci2021-06-19 22:45:24 +0200
commit5be0b810fdd1046f2ec72335803fe4b2c7ec4151 (patch)
tree95603810368f6a37f7dcf2f6dddbc6fff7fc719e /PKGBUILD
parente2af3518bea23509c5445589981f06e24e57f4e9 (diff)
downloadaur-5be0b810fdd1046f2ec72335803fe4b2c7ec4151.tar.gz
Update package to v0.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 998a7f8327c6..7a927da42767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Francesco Minnocci <ascoli dot minnocci at gmail dot com>
pkgname=idasen
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Python API and CLI for the ikea IDÅSEN standing desk.'
url='https://github.com/newAM/idasen'
@@ -11,7 +11,7 @@ makedepends=('python-setuptools' 'python-dephell')
license=('MIT')
arch=('any')
source=("$pkgname-$pkgver.tar.gz::https://github.com/newAM/$pkgname/archive/v$pkgver.tar.gz")
-sha512sums=('121fa9499bc9c3943caff8ff6fb1deb9af972097f434a4e7f64871c36b156142fbacd382b584920f14acc9423070d3f85c19fe206ebe44c5f7ba31ec4cc3a659')
+sha512sums=('9e737b5b342f4836ed8c5e27958a15b53015c16977a411aaa2f40906dfde0b196931e685e01bb467f1a9a5a4017cc8c9542bd4c718f23e8c4f811e1ed56bc54c')
prepare() {
cd "${srcdir}/$pkgname-$pkgver"