diff options
author | redmattski | 2022-05-09 09:15:52 +0200 |
---|---|---|
committer | redmattski | 2022-05-09 09:15:52 +0200 |
commit | ec809822828b652eb286dd916fd7222364a92326 (patch) | |
tree | ab8c39d67eea6c779ddb849ddf6cd4d7f482a6fa | |
parent | 5bdc62ac3488f1abd591ab423e9de4b3a09778fd (diff) | |
download | aur-ec809822828b652eb286dd916fd7222364a92326.tar.gz |
added new dependencies
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 4 deletions
@@ -1,12 +1,15 @@ pkgbase = withings-sync pkgdesc = A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road. pkgver = v3.1.2.r5.g3bb410b - pkgrel = 3 + pkgrel = 4 url = https://github.com/jaroslawhartman/withings-sync arch = any license = MIT makedepends = python depends = python-cloudscraper + depends = python-h2 + depends = python-httpx + depends = python-lxml source = withings-sync::git+https://github.com/jaroslawhartman/withings-sync.git source = withings-sync.service source = withings-sync.timer @@ -17,4 +20,3 @@ pkgbase = withings-sync md5sums = 8c065062c737baae192fadb97a88abc1 pkgname = withings-sync - @@ -2,12 +2,12 @@ pkgname=withings-sync pkgver=v3.1.2.r5.g3bb410b -pkgrel=3 +pkgrel=4 pkgdesc="A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road." arch=(any) url="https://github.com/jaroslawhartman/withings-sync" license=(MIT) -depends=("python-cloudscraper") +depends=("python-cloudscraper" "python-h2" "python-httpx" "python-lxml") makedepends=("python") source=("$pkgname::git+https://github.com/jaroslawhartman/withings-sync.git" "${pkgname}.service" |